mirror of
https://github.com/gotoeasy/glogcenter.git
synced 2025-09-15 12:58:34 +08:00
7 lines
69 B
Go
7 lines
69 B
Go
package method
|
|
|
|
const (
|
|
GET string = "GET"
|
|
POST string = "POST"
|
|
)
|