Skip to content

Commit f3a8ec5

Browse files
author
Gregor Gololicic
committed
fix ld
1 parent 3e0ab99 commit f3a8ec5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

flow.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package main
22

33
import (
4+
"fmt"
45
"github.com/sideninja/flow-cli/util"
56

67
"github.com/sideninja/flow-cli/cmd"
@@ -21,6 +22,8 @@ func main() {
2122

2223
APIURL := viper.GetString("APIURL")
2324

25+
fmt.Println("HERE", version, foo, boo, "...")
26+
2427
gateway := gateway.CreateGateway(models.GRPC, APIURL)
2528
rootCmd := cmd.NewCmdRoot(gateway, version+foo+boo)
2629

0 commit comments

Comments
 (0)