coder/buildinfo/buildinfo_slim.go

8 lines
65 B
Go
Raw Normal View History

//go:build slim
package buildinfo
func init() {
slim = true
}