You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Go kit
I am trying to generate GO kit boilerplate code using kit in windows using bash shell but failing saying for kit is not bash command. Please let me know how to overcome the problem.
Andrew Skoryk
unread,
Oct 4, 2019, 8:56:32 AM10/4/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Go kit
Run go kit as a binary Or maybe its time to switch to proper OS
Debapriya Kundu
unread,
Oct 4, 2019, 10:23:02 AM10/4/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Go kit
Hi . I am newbie to GoKit. When i run "go get github.com/go-kit/kit", it gets the packages but returns an error "no Go files in /Users/username/go/src/github.com/go-kit/kit" and even after i install gokit CLI. i get the kit command not found issue. Can you help me out here a bit. I am on windows and bash shell.
Peter Bourgon
unread,
Oct 4, 2019, 6:40:02 PM10/4/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Debapriya Kundu, Go kit
There is no Go kit CLI. Go kit is a library that you import, not a
command that you run.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Peter Bourgon, go-...@googlegroups.com
Thanks Peter . Do you have sample service code where you have used most of go kit features . I am trying write an enterprise level go service by considering GO KIT and with that I want to establish GO microservice in my company. I was looking for that and then I found an boiler plate code generator for GO KIT called so trying to install it.