mirror of
https://github.com/labstack/echo.git
synced 2025-07-17 01:43:02 +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:
@ -1,4 +1,4 @@
|
||||
// +build go1.7,!go1.8
|
||||
// +build go1.7, !go1.8
|
||||
|
||||
package echo
|
||||
|
||||
|
Reference in New Issue
Block a user