pasty/internal/static/static.go

8 lines
171 B
Go

package static
// These variables represent the values that may be changed using ldflags
var (
Version = "dev"
EnvironmentVariablePrefix = "PASTY_"
)