Skip to content

Commit

Permalink
Modify: Module name in go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
s-bose7 committed Jul 2, 2024
1 parent 6bd3fca commit d9ab257
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
module src/main
module resolve-on-go

go 1.18

// External dependencies
require (

)

0 comments on commit d9ab257

Please sign in to comment.