Skip to content

Commit 6c54ff7

Browse files
jro7vishr
authored andcommitted
fix build constraint go1.8 (#993)
* fix build constraint go1.8 go1.8 wasn't properly excluded * Update util_go17.go
1 parent 7d67651 commit 6c54ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util_go17.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build go1.7,!go1.8
1+
// +build go1.7, !go1.8
22

33
package echo
44

0 commit comments

Comments
 (0)