質問するログイン新規登録

回答編集履歴

2

correcting previous command

2020/08/04 06:23

投稿

danietanfh
danietanfh

スコア2

answer CHANGED
@@ -1,5 +1,5 @@
1
1
  i can't write in japanese, but i have the answer to your question.
2
2
 
3
- you need to do `go mod init github.com/labstack/echo` before doing `go get github.com/labstack/echo/v4`
3
+ you need to do `go mod init app` before doing `go get github.com/labstack/echo/v4`
4
4
 
5
5
  I'm answering for the sake of anyone stumbling upon this question again

1

correcting previous command

2020/08/04 06:23

投稿

danietanfh
danietanfh

スコア2

answer CHANGED
@@ -1,5 +1,5 @@
1
1
  i can't write in japanese, but i have the answer to your question.
2
2
 
3
- you need to do `go mod init github.com/labstack/echo/v4` before doing `go get github.com/labstack/echo/v4`
3
+ you need to do `go mod init github.com/labstack/echo` before doing `go get github.com/labstack/echo/v4`
4
4
 
5
5
  I'm answering for the sake of anyone stumbling upon this question again