You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to play with you tool and it would be nice to use it on a mac (darwin).
I'm not so familiar with go, so run in trouble, when I tried: go build cli/main.go
When I start the the binary "./main" I got:
─> ./main
init: statik/fs: no zip data registered
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x1315527]
goroutine 1 [running]:
github.com/nmasse-itix/keycloak-realm-import.getTemplate({0x0, 0x0}, {0x145fb2a, 0x9})
/Users/petersa/git/zz_privat/keycloak/keycloak-import-realm/generate.go:112 +0x47
github.com/nmasse-itix/keycloak-realm-import.init.0()
/Users/petersa/git/zz_privat/keycloak/keycloak-import-realm/generate.go:60 +0xbb
Maybe you can help me out?
The text was updated successfully, but these errors were encountered:
To compile the application from sources, you can run the following commands:
export GOPATH="$HOME/go"export GOBIN="$GOPATH/bin"export PATH="$GOBIN:$PATH"
go install github.com/rakyll/statik
go generate ./...
go build -o kci cli/main.go
For future releases, I will update my CI pipelines to build the kci cli for darwin.
Hello,
I want to play with you tool and it would be nice to use it on a mac (darwin).
I'm not so familiar with go, so run in trouble, when I tried:
go build cli/main.go
When I start the the binary "./main" I got:
Maybe you can help me out?
The text was updated successfully, but these errors were encountered: