My .go code has 13187 lines
It always worked well
I have a lot of other go software working fine
Now i’m getting this problem and I could not find in which line the problem is
this problem happened , I update to golang version 1.24.4 windows/amd64
and it continues to happen
A misssing parentheses, perhaps, but I could not find in which line the problem is
go build .
ERROR:
DefAudit/defaudit
.\defaudit.go:6038:6: syntax error: unexpected name main, expected (
PIECES OF MY CODE:
package main
import (
…
)
func … {
…
}
func … {
…
}
func main() {
…
}