[RESOLVED] How to run xgen? #29
Unanswered
phinguyen202
asked this question in
Q&A
Replies: 1 comment
-
|
Better if you configure your GOPATH https://go.dev/doc/gopath_code#GOPATH export PATH=$PATH:$(go env GOPATH)/bin |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I'm a newbie for Go. So sorry for the very basic question.
How do to run xgen?
I try many time but always got the following:
'xgen' is not recognized as an internal or external command, operable program or batch file.I have set up project as following:

Many thanks!
Phi
RESOLVED
Solution: Run file xgen.go directly
Beta Was this translation helpful? Give feedback.
All reactions