spf13--cobra/cobra/cmd
Klaus Birkelund Jensen 4f42e96b84 Fixes issue #276.
This commit fixes issue #276. If $GOPATH includes multiple paths (as
allowed by the spec), Cobra cannot guess the project path, so now init
bails out if a relative path is given. The original behaviour is not
changed, if $GOPATH only contains a single path (as in most cases).
2016-05-20 12:06:55 +02:00
..
add.go fix typo 2015-11-24 14:46:13 +01:00
helpers.go Fixes issue #276. 2016-05-20 12:06:55 +02:00
helpers_test.go Ugly fix for filepath.IsAbs not playing nicely with windows 2015-12-11 15:44:48 -05:00
init.go Improving createLicenseFile function 2016-04-27 12:03:26 -04:00
licenses.go Adding custom license functionality 2016-04-27 12:03:26 -04:00
root.go Adding custom license functionality 2016-04-27 12:03:26 -04:00