We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90239c4 commit 3e5700cCopy full SHA for 3e5700c
main.go
@@ -13,14 +13,7 @@ import (
13
"github.com/snorwin/haproxy-reload-wrapper/pkg/utils"
14
)
15
16
-var (
17
- Version = "v0.0.0"
18
- Hash = ""
19
-)
20
-
21
func main() {
22
- log.Notice(fmt.Sprintf("haproxy-reload-wrapper version is %s-%s", Version, Hash))
23
24
// fetch the absolut path of the haproxy executable
25
executable, err := utils.LookupExecutablePathAbs("haproxy")
26
if err != nil {
0 commit comments