[go-nuts] How to go-imports subdirectory?

2020-06-08 Thread Tamás Gulácsi
Can't you move the go.mod one level up, into the root? -- 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

[go-nuts] How to go-imports subdirectory?

2020-06-08 Thread tomas . volf
Hello, given repository structured as + $ tree . . ├── foo └── go ├── go.mod └── main.go 1 directory, 3 files I'm trying to setup go-import meta tag for it, however it just does not seem to work. Meta tag looks like this: It is correctly resolved to the repository, the repository