mirror of
https://github.com/weloe/token-go.git
synced 2025-09-27 03:46:01 +08:00
9 lines
118 B
Go
9 lines
118 B
Go
package token_go
|
|
|
|
import "fmt"
|
|
|
|
func First() {
|
|
version := "1.0"
|
|
_ = fmt.Sprintf("first init success %s", version)
|
|
}
|