- add int/64、php

- update md5
master
李光春 2 years ago
parent a197b12675
commit d407e6c9de

@ -1,5 +1,5 @@
package go_library
func Version() string {
return "v1.0.26"
return "v1.0.29"
}

@ -2,9 +2,11 @@ package go_library
import (
"fmt"
"log"
"testing"
)
func TestVersion(t *testing.T) {
fmt.Println(Version())
log.Println(Version())
}

Loading…
Cancel
Save