Add Documentation API
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package common
|
||||
|
||||
import "strconv"
|
||||
|
||||
// Int converts s to an int. If s in an invalid int, it defaults to 0.
|
||||
func Int(s string) int {
|
||||
r, _ := strconv.Atoi(s)
|
||||
|
Reference in New Issue
Block a user