1 2 3 4
package main // To be replaced by go generate func isGenerated() bool { return false } func getTemplate() string { return "" }