Stop using relative imports and add a go.mod file. Tested against Go 1.6 through Go pre-1.13, and gccgo.
8 lines
107 B
Go
8 lines
107 B
Go
package main
|
|
|
|
import "abstract_virtual"
|
|
|
|
func main() {
|
|
abstract_virtual.NewD()
|
|
abstract_virtual.NewE()
|
|
}
|