Files

9 lines
144 B
Go

//go:build ignore
// +build ignore
package template
type Manager interface {
// Add all exported methods that the manager should implement
}