Fix Go tests to run in module mode
Stop using relative imports and add a go.mod file. Tested against Go 1.6 through Go pre-1.13, and gccgo.
This commit is contained in:
parent
b04cc850ab
commit
8a1c09e280
173 changed files with 298 additions and 227 deletions
|
|
@ -1,6 +1,6 @@
|
|||
package main
|
||||
|
||||
import . "./smart_pointer_templatevariables"
|
||||
import . "smart_pointer_templatevariables"
|
||||
|
||||
func main() {
|
||||
d := NewDiffImContainerPtr_D(Create(1234, 5678))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue