diff options
Diffstat (limited to '')
-rw-r--r-- | index.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -112,9 +112,11 @@ func handleIndex(w http.ResponseWriter, req *http.Request) { w, "staff", struct { - Name string + Name string + State uint32 }{ userName, + state, }, ) if err != nil { |