tag

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 20, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var GetTag = (func() func() *TagDebug {
	var ins *TagDebug

	return func() *TagDebug {
		if ins == nil {
			ins = new(TagDebug)
			ins.Debug = false
		}
		return ins
	}
})()

Functions

This section is empty.

Types

type TagDebug

type TagDebug struct {
	Debug bool
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL