-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix README + dynamic version from git refs
Signed-off-by: Félix Cantournet <[email protected]>
- Loading branch information
Félix Cantournet
committed
Jan 4, 2017
1 parent
af21ad6
commit 8e5e4f2
Showing
5 changed files
with
66 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,13 +17,11 @@ package cmd | |
|
||
import "github.com/fcantournet/vault-sync/pkg/api" | ||
|
||
const ( | ||
var ( | ||
// Author is the author of the program | ||
Author = "Rohith" | ||
Author = "Félix Cantournet" | ||
// Email is the email of the author | ||
Email = "[email protected]" | ||
// Version is the version | ||
Version = "v0.0.5" | ||
Email = "[email protected]" | ||
) | ||
|
||
type resources struct { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters