Skip to content

Commit

Permalink
replace wrong gitignore file + change module "name"
Browse files Browse the repository at this point in the history
  • Loading branch information
C0DE8 committed May 9, 2020
1 parent 52725a8 commit 2fd5ebc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitingore → .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Created by .ignore support plugin (hsz.mobi)
### Go template
# Binaries for programs and plugins
*.exe
*.exe~
Expand All @@ -16,3 +18,4 @@ main

# Dependency directories (remove the comment below to include it)
# vendor/

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module tdd1/bmfmt/bmfmt
module bmfmt

go 1.14

Expand Down

0 comments on commit 2fd5ebc

Please sign in to comment.