We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae82798 commit 2695567Copy full SHA for 2695567
testutils/source.go
@@ -165,6 +165,8 @@ func main() {
165
e := test()
166
fmt.Println(e)
167
}`}, 0}, {[]string{`
168
+// +build go1.10
169
+
170
package main
171
import "strings"
172
func main() {
@@ -173,7 +175,10 @@ func main() {
173
175
if err != nil {
174
176
panic(err)
177
}
-}`}, 0}}
178
+}`, `
179
+package main
180
+func dummy(){}
181
+`}, 0}}
182
183
// SampleCodeG105 - bignum overflow
184
SampleCodeG105 = []CodeSample{{[]string{`
0 commit comments