packageldapimport("log""github.com/gogits/gogs/modules/asn1-ber")// debbuging type// - has a Printf method to write the debug outputtypedebuggingbool// write debug outputfunc(debugdebugging)Printf(formatstring,args...interface{}){ifdebug{log.Printf(format,args...)}}func(debugdebugging)PrintPacket(packet*ber.Packet){ifdebug{ber.PrintPacket(packet)}}