Skip to content

Commit 2f41a6e

Browse files
committed
try go modules
1 parent d037eca commit 2f41a6e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.gitignore

-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
*.dylib
1717
*.dll
1818

19-
# Fortran module files
20-
*.mod
21-
*.smod
22-
2319
# Compiled Static libraries
2420
*.lai
2521
*.la

go.mod

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/wangyoucao577/algorithms_practice
2+
3+
go 1.13

0 commit comments

Comments
 (0)