Stop using relative imports and add a go.mod file. Tested against Go 1.6 through Go pre-1.13, and gccgo.
6 lines
48 B
Go
6 lines
48 B
Go
package main
|
|
|
|
import _ "empty"
|
|
|
|
func main() {
|
|
}
|