回答編集履歴
2
correcting previous command
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
|
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
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
|
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
|