1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-12 01:22:21 +02:00

fix build constraint go1.8 (#993)

* fix build constraint go1.8

go1.8 wasn't properly excluded

* Update util_go17.go
This commit is contained in:
jro 2017-08-22 17:26:26 +02:00 committed by Vishal Rana
parent 7d67651a3b
commit 6c54ff78a2

View File

@ -1,4 +1,4 @@
// +build go1.7,!go1.8
// +build go1.7, !go1.8
package echo