【优化】update .gitignore

master
李光春 3 years ago
parent 4f807d2cd2
commit ad8d7e5496

@ -1,13 +0,0 @@
package uuid_test
import (
"GoLibrary/helper/uuid"
"fmt"
"testing"
)
func TestName(t *testing.T) {
genUUID := uuid.GenUUID()
fmt.Println("Hello World")
fmt.Println(genUUID)
}
Loading…
Cancel
Save