view pkg/models/common.go @ 892:81b84ad962f8

morphtool streamlined
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 02 Oct 2018 14:34:57 +0200
parents 794592cad75a
children a244b18cb916
line wrap: on
line source

package models

import "errors"

var (
	errNoString    = errors.New("Not a string")
	errNoByteSlice = errors.New("Not a byte slice")
)