aboutsummaryrefslogtreecommitdiff
path: root/server.go
diff options
context:
space:
mode:
Diffstat (limited to 'server.go')
-rw-r--r--server.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.go b/server.go
index 6f66942..5225ffc 100644
--- a/server.go
+++ b/server.go
@@ -9,9 +9,9 @@ import (
)
type Server struct {
+ Data string
Route
http.Server
- Data string
}
func NewServer(fname string) (*Server, error) {