Skip to content

Commit

Permalink
Updates to follow better go project conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
John Norwood authored and norwoodj committed Jan 10, 2019
1 parent cb2459f commit 6c0fb93
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 6 deletions.
5 changes: 0 additions & 5 deletions Makefile

This file was deleted.

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ optional description parsed from comments.

To build:
```bash
$ make
cd cmd/helm-docs
go build
```

The tool can be invoked on its own, but it must be done in a chart directory containing `values.yaml` and `Chart.yaml`
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module github.com/norwoodj/helm-docs

require (
github.com/spf13/pflag v1.0.3
gopkg.in/yaml.v2 v2.2.2
)
6 changes: 6 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
github.com/spf13/pflag v1.0.3 h1:zPAT6CGy6wXeQ7NtTnaTerfKOsV6V6F8agHXFiazDkg=
github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v2 v2.2.2 h1:ZCJp+EgiOT7lHqUV2J862kp8Qj64Jo6az82+3Td9dZw=
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
Binary file removed helm-docs
Binary file not shown.

0 comments on commit 6c0fb93

Please sign in to comment.