It has been a long time since I have done any Go work, so probably my 
ignorance... but I did the following:
- in an empty folder
- copied the hello.go from the examples folder
- copied the go.mod file from repo root folder
- ran `CGO_ENABLED=0 go run hello.go`
- with this result:
```
$ CGO_ENABLED=0 go run hello.go 
package command-line-arguments
imports modernc.org/tk9.0
imports modernc.org/tk9.0: import cycle not allowed
$
``` 
What did I do wrong?

On Saturday, September 28, 2024 at 2:04:22 PM UTC-4 Jan Mercl wrote:

> http://modernc.org/tk9.0
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/5e008322-94ad-4c51-96eb-c385fca4f84fn%40googlegroups.com.

Reply via email to