🐝 reformat code

This commit is contained in:
微凉
2021-03-05 21:25:44 +08:00
parent d137ef8759
commit 3138e031f5
28 changed files with 389 additions and 389 deletions

View File

@ -7,7 +7,7 @@ import (
)
func TestSplit(t *testing.T) {
drive_id:="/123/456"
strs:=strings.Split(drive_id,"/")
drive_id := "/123/456"
strs := strings.Split(drive_id, "/")
fmt.Println(strs)
}
}