Closed 0xffset closed 4 years ago
It's needed to add package main to the screenshot example. Otherwise, we get example.go:2:1: expected 'package', found 'import'
package main
example.go:2:1: expected 'package', found 'import'
I don't see it :)
It's needed to add
package main
to the screenshot example. Otherwise, we getexample.go:2:1: expected 'package', found 'import'