Change import from /go-sdl-engine -> /nmage

This commit is contained in:
bloeys
2022-01-08 17:38:35 +04:00
parent d94cd9b803
commit b6336d0103
7 changed files with 13 additions and 13 deletions

View File

@ -1,8 +1,8 @@
package asserts
import (
"github.com/bloeys/go-sdl-engine/consts"
"github.com/bloeys/go-sdl-engine/logging"
"github.com/bloeys/nmage/consts"
"github.com/bloeys/nmage/logging"
)
func True(check bool, msg string) {