Ready to rename the atomic method.

This commit is contained in:
zicla
2019-04-25 01:51:00 +08:00
parent 53b0af2321
commit 1416344b06
3 changed files with 43 additions and 53 deletions

View File

@ -1,13 +1,14 @@
package main
import (
"fmt"
"strings"
"testing"
)
func TestSqlite(t *testing.T) {
func TestHello(t *testing.T) {
split := strings.Split("good", "/")
fmt.Printf("%v", split)
}