go-echo-vue
go-echo-vue copied to clipboard
A Todo example written in Go, using the Echo framework and Vue
Results
1
go-echo-vue issues
Sort by
recently updated
recently updated
newest added
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") ->...