We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I git cloned the ego-cho-vue repository into /home/marco/go/src/ in my Ubuntu 18.04.01 Server Edition.
marco@pc01:~/go/src/go-echo-vue$ go version go version go1.12.5 linux/amd64
Then in todo.go I modified the line:
e.Start("8000") -> e.Start("192.168.1.7:8080")
to add the local addr and the port of the PC.
I can insert a task into the form, but when clicking to the "Create" button, nothing happens.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I git cloned the ego-cho-vue repository into /home/marco/go/src/ in my Ubuntu 18.04.01 Server Edition.
Then in todo.go I modified the line:
to add the local addr and the port of the PC.
I can insert a task into the form, but when clicking to the "Create" button, nothing happens.
The text was updated successfully, but these errors were encountered: