go project initialisation error. #1817
nirmalsingh7950
started this conversation in
General
Replies: 2 comments
-
There's no official support for go lang at the moment. The template was removed from the list of templates. You could clone the following repo https://github.com/getgauge-contrib/gauge-example-go and build on it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I ran into this inconvenience as well, so I decided to recreate the template; |
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
-
Given:
GOPATH: $HOME/go
Gauge version: 1.1.6
Commit Hash: 3af456f
Plugins
go (0.1.4)
html-report (4.0.12)
js (2.3.15)
python (0.3.12)
screenshot (0.0.1)
xml-report (0.2.3)
I create go directory manually in my home directory .
then i set GOPATH to $HOME/go
Then Create src directory inside go directory
mkdir $HOME/go/src
Create a project named test1
cd $HOME/go/src/
mkdir test1
gauge init go
the above command gives me following error:
Can anyone please help me out how to resolve this issue
Beta Was this translation helpful? Give feedback.
All reactions