gitee.com/h79/goutils@v1.22.10/version.go (about) 1 package goutils 2 3 const version = "1.22.10" 4 5 func SdkVersion() string { 6 return version 7 }