Changed import paths
This commit is contained in:
@@ -2,7 +2,7 @@ package nasin
|
||||
|
||||
import "image"
|
||||
import "errors"
|
||||
import "git.tebibyte.media/sashakoshka/tomo"
|
||||
import "tomo"
|
||||
|
||||
// Application represents a Tomo/Nasin application.
|
||||
type Application interface {
|
||||
|
||||
@@ -6,7 +6,7 @@ import "os"
|
||||
// the generic extract function we have here for extra type safety goodness.
|
||||
import "plugin"
|
||||
import "path/filepath"
|
||||
import "git.tebibyte.media/sashakoshka/tomo"
|
||||
import "tomo"
|
||||
|
||||
type backendFactory func () (tomo.Backend, error)
|
||||
var factories []backendFactory
|
||||
|
||||
Reference in New Issue
Block a user