Skip to content

Commit 392e974

Browse files
committed
chore: init go.mod
1 parent b9cf9b8 commit 392e974

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@
44
*.dll
55
*.so
66
*.dylib
7+
.idea/*
78

89
# Test binary, built with `go test -c`
910
*.test
1011

1112
# Output of the go coverage tool, specifically when used with LiteIDE
1213
*.out
1314

15+
16+
1417
# Dependency directories (remove the comment below to include it)
1518
# vendor/

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module gorm-plus
2+
3+
go 1.18

0 commit comments

Comments
 (0)