(format) run go fmt in pkg

This commit is contained in:
huydx
2016-12-14 12:15:35 +09:00
committed by huydx
parent 63bf332023
commit adb441e5c8
12 changed files with 78 additions and 79 deletions

View File

@@ -12,7 +12,7 @@ import (
)
const (
SESS_KEY_USERID = "uid"
SESS_KEY_USERID = "uid"
SESS_KEY_OAUTH_STATE = "state"
)