Skip to content

Commit

Permalink
Add Go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
nathany committed Oct 8, 2019
1 parent ab058b4 commit 0a05407
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
@@ -0,0 +1 @@
go.sum linguist-generated
5 changes: 5 additions & 0 deletions go.mod
@@ -0,0 +1,5 @@
module github.com/fsnotify/fsnotify

go 1.13

require golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9
2 changes: 2 additions & 0 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0a05407

Please sign in to comment.