Skip to content

Commit

Permalink
add an error on Go 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed May 2, 2021
1 parent b55bb33 commit 42bc060
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions error_old_go.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// +build !go1.15

package target

func main() {
panic("bye")
}

0 comments on commit 42bc060

Please sign in to comment.