instead, started using -ldflags "-X var=val" to set constant values
@ -1,7 +1,6 @@
package main
import (
_ "cfg"
"fmt"
"os"
"strings"
@ -19,6 +18,12 @@ import (
`))
*/
/* to be set in build time */
var BINDIR = "."
var SBINDIR = "."
var LIBDIR = "."
var SYSCONFDIR = "."
type Param struct {
log_file string
input_file string
The note is not visible to the blocked user.