go icon indicating copy to clipboard operation
go copied to clipboard

Can't build

Open BraunreutherA opened this issue 9 years ago • 1 comments

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!")
}

BraunreutherA avatar Mar 08 '16 15:03 BraunreutherA

Hi @BraunreutherA , I've moved everything to a new project here: https://github.com/treeder/dj

treeder avatar Mar 14 '16 16:03 treeder