Documentation ¶ Index ¶ Constants func IsDebug(name string) string Constants ¶ View Source const Name = "o-o.debug." Name is the domain prefix we check for when it is a debug query. Variables ¶ This section is empty. Functions ¶ func IsDebug ¶ func IsDebug(name string) string IsDebug checks if name is a debugging name, i.e. starts with o-o.debug. it returns the empty string if it is not a debug message, otherwise it will return the name with o-o.debug. stripped off. Must be called with name lowercased. Types ¶ This section is empty. Source Files ¶ View all Source files debug.go Click to show internal directories. Click to hide internal directories.