go
go copied to clipboard
Can't build
Hi I'm getting this errors when I do a build:
Building...
# x/y/z
./main.go:5: illegal NUL byte
./main.go:6: illegal character 0x0
./main.go:6: illegal NUL byte
./main.go:6: illegal character 0x0
./main.go:6: illegal NUL byte
./main.go:6: illegal character 0x0
./main.go:6: illegal NUL byte
./main.go:6: illegal character 0x0
./main.go:6: illegal NUL byte
./main.go:6: illegal character 0x0
./main.go:6: too many errors
This is the main.go:
package main
import "fmt"
func main() {
fmt.Println("Hello World!")
}
Hi @BraunreutherA , I've moved everything to a new project here: https://github.com/treeder/dj