Fix module spec.
This commit is contained in:
		| @@ -1,9 +1,10 @@ | ||||
| package main | ||||
|  | ||||
| import ( | ||||
| 	"cardSimEngine/cardsim" | ||||
| 	"errors" | ||||
| 	"fmt" | ||||
|  | ||||
| 	"git.chromaticdragon.app/kistaro/CardSimEngine/cardsim" | ||||
| ) | ||||
|  | ||||
| // Type aliases, unlike distinctly named types, are fully substitutable for | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| package main | ||||
|  | ||||
| import ( | ||||
| 	"cardSimEngine/cardsim" | ||||
| 	"git.chromaticdragon.app/kistaro/CardSimEngine/cardsim" | ||||
| ) | ||||
|  | ||||
| // SmokeTestCollection is a stats collection for the simple test sim. | ||||
|   | ||||
| @@ -2,9 +2,10 @@ | ||||
| package main | ||||
|  | ||||
| import ( | ||||
| 	"cardSimEngine/cardsim" | ||||
| 	"fmt" | ||||
|  | ||||
| 	"git.chromaticdragon.app/kistaro/CardSimEngine/cardsim" | ||||
|  | ||||
| 	"github.com/kr/pretty" | ||||
| ) | ||||
|  | ||||
|   | ||||
| @@ -1,8 +1,9 @@ | ||||
| package main | ||||
|  | ||||
| import ( | ||||
| 	"cardSimEngine/cardsim" | ||||
| 	"math" | ||||
|  | ||||
| 	"git.chromaticdragon.app/kistaro/CardSimEngine/cardsim" | ||||
| ) | ||||
|  | ||||
| var ( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user