Skip to content

Commit

Permalink
Merge pull request #25 from alex/add-go-mod
Browse files Browse the repository at this point in the history
Fixes #23 -- added a go.mod/go.sum
  • Loading branch information
ianlopshire authored Aug 30, 2019
2 parents 92aa187 + e9e0cf4 commit bff6c2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/ianlopshire/go-fixedwidth

require github.com/pkg/errors v0.8.1
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/pkg/errors v0.8.1 h1:iURUrRGxPUNPdy5/HRSm+Yj6okJ6UtLINN0Q9M4+h3I=
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=

0 comments on commit bff6c2d

Please sign in to comment.