gokwallet/consts_test.go
2021-12-25 02:54:18 -05:00

16 lines
195 B
Go

package gokwallet
import (
"github.com/google/uuid"
)
// Strings.
const (
appIdTest string = "GoKwallet_Test"
)
var (
walletTest uuid.UUID = uuid.New()
folderTest uuid.UUID = uuid.New()
)