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:
parent
7d67651a3b
commit
6c54ff78a2
@ -1,4 +1,4 @@
|
||||
// +build go1.7,!go1.8
|
||||
// +build go1.7, !go1.8
|
||||
|
||||
package echo
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user