宇恒一号官网
This commit is contained in:
7
server/handlers/helpers.go
Normal file
7
server/handlers/helpers.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package handlers
|
||||
|
||||
import "strconv"
|
||||
|
||||
func parseInt(s string) (int, error) {
|
||||
return strconv.Atoi(s)
|
||||
}
|
||||
Reference in New Issue
Block a user