autogenpb/testfiles/main.go

23 lines
295 B
Go
Raw Normal View History

2025-01-08 19:58:29 -06:00
//go:build go1.20
// +build go1.20
package main
import "go.wit.com/log"
// sent via -ldflags
var VERSION string
var BUILDTIME string
var sortmap map[string]string
var marshalKeys []string
var uniqueKeys []string
var pb *Files
func main() {
pb = new(Files)
log.Info("did nothing yet")
}