lxn / walk

A Windows GUI toolkit for the Go Programming Language
Other
6.79k stars 885 forks source link

runtime.main_main·f: function main is undeclared in the main package #712

Closed dzcpy closed 3 years ago

dzcpy commented 3 years ago

examples/listbox doesn't seem to work?

Administrator@USERUQI-0UPTB7Q MINGW64 /e/projects/test/walk/examples/logview (master)
$ go build logview.go
go: finding github.com/lxn/walk latest
go: finding github.com/lxn/win latest
# command-line-arguments
runtime.main_main·f: function main is undeclared in the main package
Administrator@USERUQI-0UPTB7Q MINGW64 /e/projects/test/walk/examples/logview (master)
$ go build logviewapp.go
go: finding github.com/lxn/walk latest
go: finding github.com/lxn/win latest
go: finding golang.org/x/sys latest
# command-line-arguments
.\logviewapp.go:30:13: undefined: NewLogView
dzcpy commented 3 years ago

Solved it by using go build *.go