view pkg/models/common.go @ 691:d643ff60f607

Client: improve style of waterway axis. * Add label and circle style to waterway axis via WFS.
author Bernhard Reiter <bernhard@intevation.de>
date Thu, 20 Sep 2018 14:33:34 +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")
)