Skip to content

Commit

Permalink
Move back to commands working with go get
Browse files Browse the repository at this point in the history
howeyc committed Nov 13, 2015

Verified

This commit was signed with the committer’s verified signature. The key has expired.
zalegrala Zach Leslie
1 parent 77fd0e4 commit 51062a2
Showing 468 changed files with 46 additions and 102,065 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -33,12 +33,12 @@ Example transaction:
A ledger file is assumed to be a list of transactions separated by a new line.


## src/ledger
## ledger

This will parse a ledger file into an array of Transaction structs.
There is also a function get balances for all accounts in the ledger file.

[GoDoc](http://godoc.org/github.com/howeyc/ledger/src/ledger)
[GoDoc](http://godoc.org/github.com/howeyc/ledger/)

## cmd/ledger

File renamed without changes.
2 changes: 1 addition & 1 deletion src/cmd/ledger/main.go → cmd/ledger/main.go
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ import (
"strings"
"time"

"ledger"
"github.com/howeyc/ledger"
)

func main() {
2 changes: 1 addition & 1 deletion src/cmd/ledger/print.go → cmd/ledger/print.go
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ import (
"strings"
"time"

"ledger"
"github.com/howeyc/ledger"
)

// Prints out statistics
File renamed without changes.
2 changes: 1 addition & 1 deletion src/cmd/limport/main.go → cmd/limport/main.go
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ import (
"time"
"unicode/utf8"

"ledger"
"github.com/howeyc/ledger"

"github.com/jbrukh/bayesian"
)
2 changes: 1 addition & 1 deletion src/cmd/limport/print.go → cmd/limport/print.go
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ import (
"fmt"
"strings"

"ledger"
"github.com/howeyc/ledger"
)

// Prints a transaction formatted to fit in specified column width.
11 changes: 11 additions & 0 deletions cmd/limport/vendor/manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"version": 0,
"dependencies": [
{
"importpath": "github.com/jbrukh/bayesian",
"repository": "https://github.com/jbrukh/bayesian",
"revision": "78b283ad3339530e700f96c41b960dccecde991c",
"branch": "master"
}
]
}
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ import (
"net/http"
"strings"

"ledger"
"github.com/howeyc/ledger"

"github.com/go-martini/martini"
)
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ import (
"strings"
"time"

"ledger"
"github.com/howeyc/ledger"

"github.com/go-martini/martini"
)
2 changes: 1 addition & 1 deletion src/cmd/lweb/main.go → cmd/lweb/main.go
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ import (
"sync"
"time"

"ledger"
"github.com/howeyc/ledger"

"github.com/BurntSushi/toml"
"github.com/go-martini/martini"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 6 additions & 18 deletions vendor/manifest → cmd/lweb/vendor/manifest
Original file line number Diff line number Diff line change
@@ -2,15 +2,9 @@
"version": 0,
"dependencies": [
{
"importpath": "github.com/jbrukh/bayesian",
"repository": "https://github.com/jbrukh/bayesian",
"revision": "78b283ad3339530e700f96c41b960dccecde991c",
"branch": "master"
},
{
"importpath": "github.com/go-martini/martini",
"repository": "https://github.com/go-martini/martini",
"revision": "9987fc59f060a063247d22472c2fb48654bac5f6",
"importpath": "github.com/BurntSushi/toml",
"repository": "https://github.com/BurntSushi/toml",
"revision": "056c9bc7be7190eaa7715723883caffa5f8fa3e4",
"branch": "master"
},
{
@@ -20,15 +14,9 @@
"branch": "master"
},
{
"importpath": "github.com/BurntSushi/toml",
"repository": "https://github.com/BurntSushi/toml",
"revision": "056c9bc7be7190eaa7715723883caffa5f8fa3e4",
"branch": "master"
},
{
"importpath": "github.com/jteeuwen/go-bindata",
"repository": "https://github.com/jteeuwen/go-bindata",
"revision": "bfe36d3254337b7cc18024805dfab2106613abdf",
"importpath": "github.com/go-martini/martini",
"repository": "https://github.com/go-martini/martini",
"revision": "1766d4b551f29d93db1e721e19b15580699e26cc",
"branch": "master"
},
{
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion vendor/src/code.google.com/p/draw2d/draw2d

This file was deleted.

Binary file not shown.
1 change: 0 additions & 1 deletion vendor/src/code.google.com/p/freetype-go/.hg/branch

This file was deleted.

This file was deleted.

Binary file not shown.
14 changes: 0 additions & 14 deletions vendor/src/code.google.com/p/freetype-go/.hg/hgrc

This file was deleted.

4 changes: 0 additions & 4 deletions vendor/src/code.google.com/p/freetype-go/.hg/requires

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
52 changes: 0 additions & 52 deletions vendor/src/code.google.com/p/freetype-go/.hg/store/fncache

This file was deleted.

Empty file.
Binary file not shown.
Empty file.
Empty file.
1 change: 0 additions & 1 deletion vendor/src/code.google.com/p/freetype-go/.hg/undo.branch

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/src/code.google.com/p/freetype-go/.hg/undo.desc

This file was deleted.

Empty file.
35 changes: 0 additions & 35 deletions vendor/src/code.google.com/p/freetype-go/.hgignore

This file was deleted.

1 change: 0 additions & 1 deletion vendor/src/code.google.com/p/freetype-go/.hgtags

This file was deleted.

17 changes: 0 additions & 17 deletions vendor/src/code.google.com/p/freetype-go/AUTHORS

This file was deleted.

35 changes: 0 additions & 35 deletions vendor/src/code.google.com/p/freetype-go/CONTRIBUTORS

This file was deleted.

12 changes: 0 additions & 12 deletions vendor/src/code.google.com/p/freetype-go/LICENSE

This file was deleted.

22 changes: 0 additions & 22 deletions vendor/src/code.google.com/p/freetype-go/README

This file was deleted.

Loading

0 comments on commit 51062a2

Please sign in to comment.