Skip to content

Commit 2712ab8

Browse files
committed
20220403
1 parent 9747e17 commit 2712ab8

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@
2020
/nbbuild/
2121
/dist/
2222
/nbdist/
23-
/.nb-gradle/
23+
/.nb-gradle/
24+
25+
##

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
GNU GENERAL PUBLIC LICENSE
1+
GNU GENERAL PUBLIC LICENSE
22
Version 3, 29 June 2007
33

44
Copyright (C) 2007 Free Software Foundation, Inc. [http://fsf.org/]

go-test-code/code_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import (
66
"math"
77
"os"
88
"runtime"
9-
//test包
109
"testing"
1110
)
1211

0 commit comments

Comments
 (0)