removed the cfg package from go code.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
instead, started using -ldflags "-X var=val" to set constant values
This commit is contained in:
@ -1,5 +0,0 @@
|
||||
package cfg
|
||||
|
||||
|
||||
|
||||
const BINDIR string = "@bindir@"
|
@ -1,6 +0,0 @@
|
||||
module cfg
|
||||
|
||||
go 1.20
|
||||
|
||||
// this package is not supposed to be used by other parties.
|
||||
// it's intended for internal use only to work around buld issues with autotools.
|
Reference in New Issue
Block a user