testSvn.go 74 B

1234567
  1. package lmaxapi
  2. import "fmt"
  3. func main() {
  4. fmt.Println("Svn OK! v1")
  5. }