Skip to content

Commit

Permalink
chore: gitignore에서 go.mod 제거
Browse files Browse the repository at this point in the history
- 버전/모듈 정보를 같이 기록해야 함
  • Loading branch information
cranemont committed Feb 7, 2023
1 parent 6645d40 commit b763e00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
results
judger.log
go.mod
log
logs
3 changes: 3 additions & 0 deletions tests/testcase-server/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/cranemont/iris/tests/testcase-server

go 1.20

0 comments on commit b763e00

Please sign in to comment.