comparison controllers/user.go @ 241:3b688fe04c39

No omitempty if JSON serialising PostgreSQL errors.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 26 Jul 2018 18:08:58 +0200
parents 9012e4045da4
children d39f897fae16
comparison
equal deleted inserted replaced
240:9012e4045da4 241:3b688fe04c39
6 "errors" 6 "errors"
7 "net/http" 7 "net/http"
8 "regexp" 8 "regexp"
9 "strings" 9 "strings"
10 10
11 "github.com/gorilla/mux"
12
11 "gemma.intevation.de/gemma/auth" 13 "gemma.intevation.de/gemma/auth"
12 "github.com/gorilla/mux"
13 ) 14 )
14 15
15 type ( 16 type (
16 Email string 17 Email string
17 Country string 18 Country string