Skip to content

Commit c69839b

Browse files
committed
Correct installation guide for Go v1.14 and earlier
1 parent 9665f96 commit c69839b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

website/content/guide.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ type = "guide"
1717
$ go get github.com/labstack/echo/v4
1818
```
1919

20+
If you are working with a Go v1.14 or earlier use:
21+
22+
```sh
23+
$ GO111MODULE=on go get github.com/labstack/echo/v4
24+
```
25+
2026
### Hello, World!
2127

2228
Create `server.go`

0 commit comments

Comments
 (0)