mirror of
https://github.com/eiblog/eiblog.git
synced 2026-03-01 00:34:58 +08:00
add vendor & update README.md
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
package conf
|
||||
|
||||
const Version = "7.3.0"
|
||||
|
||||
const (
|
||||
CONTENT_TYPE_JSON = "application/json"
|
||||
CONTENT_TYPE_FORM = "application/x-www-form-urlencoded"
|
||||
CONTENT_TYPE_OCTET = "application/octet-stream"
|
||||
)
|
||||
Reference in New Issue
Block a user