package token_go import "fmt" func First() { version := "1.0" _ = fmt.Sprintf("first init success %s", version) }