Artūrs Jānis Pētersons

Results 5 issues of Artūrs Jānis Pētersons

When dependencies are vendored (not stored in GOPATH or GOROOT), packr is not able to find Boxes. This Change allows locating boxes in vendor directory (excluding github.com/gobuffalo/packr)

We have a case where we have a linked datastructure pointing to both children and parent nodes. Due to a bug in our test implementation we were getting a result...

bug
reporter

When existing tags were not sorted, next tag was generated incorrectly. The program would assume minor version from a smaller major version in some cases. For example, if current largest...

Created `RowsScanner` interface to enable mocking `sql.Rows` struct. Potentially solves https://github.com/elgris/sqrl/issues/24

Currently it is impossible to fully unit test code that is using sqrl since `Query` method requires `*sql.Rows` as return value. I am proposing to add RowsScanner interface that would...