view pkg/models/common.go @ 643:756f3fc62da6

Cross sections: Using the database in the web service.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 13 Sep 2018 12:09:23 +0200
parents
children 794592cad75a
line wrap: on
line source

package models

import "errors"

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