new
This commit is contained in:
7
tools/int.go
Normal file
7
tools/int.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package tools
|
||||
|
||||
import "strconv"
|
||||
|
||||
func IntToString(e int) string {
|
||||
return strconv.Itoa(e)
|
||||
}
|
||||
Reference in New Issue
Block a user