10 lines
156 B
Go
10 lines
156 B
Go
// +build online
|
|
|
|
package testtag
|
|
|
|
import "git.grassecon.net/grassrootseconomics/visedriver/remote"
|
|
|
|
var (
|
|
AccountService remote.AccountServiceInterface
|
|
)
|