mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-07 17:53:42 +08:00
feat: add invitation and promotion functions
This commit is contained in:
@@ -2,13 +2,12 @@ package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"strconv"
|
||||
"reflect"
|
||||
"time"
|
||||
)
|
||||
|
||||
func main() {
|
||||
value, err := strconv.Atoi("012345")
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
fmt.Println(value)
|
||||
r := time.Now()
|
||||
f := reflect.ValueOf(r)
|
||||
fmt.Println(f.Type().Kind())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user