Skip to content

Commit

Permalink
fix: change go.mod module name and add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
louonezime committed Jun 25, 2024
1 parent 964ca42 commit fec0b20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bruteforce
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module BruteForce
module bruteforce

go 1.19

0 comments on commit fec0b20

Please sign in to comment.