Skip to content
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.

Commit

Permalink
change cgoenabled
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Jüttner <[email protected]>
  • Loading branch information
Nick Jüttner committed May 22, 2018
1 parent d4e7fc3 commit f681fa3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ import (
)

var (
version = "dev"
commit = "none"
date = "unknown"
version = "0.3"
n26 = kingpin.New("n26", "A command-line to interact with your N26 bank account")
initialize = n26.Command("init", "Setting up the configuration to use N26 CLI")
transactions = n26.Command("transactions", "N26 latest transactions (Number by Default: 5)")
Expand Down

0 comments on commit f681fa3

Please sign in to comment.