Skip to content

Commit

Permalink
go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
kelindar committed Oct 20, 2018
1 parent 6045edd commit f3be34c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@

# Output of the go coverage tool, specifically when used with LiteIDE
*.out
vendor/
18 changes: 18 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"files.exclude": {
"**/.git": true,
"**/.DS_Store": true,
".gitignore": true,
"vendor/": true,
".vscode": true,
"build*": true,
"LICENSE": true,
"appveyor.yml": true,
"Dockerfile": true
},

"go.formatTool": "gofmt",
"go.formatFlags": [
"-s"
]
}
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module github.com/emitter-io/address

0 comments on commit f3be34c

Please sign in to comment.