Ready to rename the atomic method.
This commit is contained in:
@ -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)
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user