gxthrj commented on a change in pull request #251:
URL: 
https://github.com/apache/incubator-apisix-dashboard/pull/251#discussion_r438594449



##########
File path: api/conf/conf.go
##########
@@ -0,0 +1,91 @@
+package conf
+
+import (
+       "fmt"
+       "github.com/tidwall/gjson"
+       "io/ioutil"
+       "os"
+       "path/filepath"
+       "runtime"
+)
+
+const ServerPort = 8080
+const PROD = "prod"
+const BETA = "beta"
+const DEV = "dev"
+const LOCAL = "local"
+const TimeLayout = "2006-01-02 15:04:05"
+const TimeTLayout = "2006-01-02T15:04:05"
+const DateLayout = "2006-01-02"

Review comment:
       this is for date format,3 commonly used date formats
   Although temporarily not used
   removed




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to