aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lots of fun with flagMatthew Lemon2020-07-201-2/+16
* added flag code from gobyexample on subcommandsMatthew Lemon2020-07-201-15/+45
* playing with flag pkgMatthew Lemon2020-07-202-49/+72
* changed cli flag libMatthew Lemon2020-07-192-1/+50
* fix for no-compileMatthew Lemon2020-07-191-1/+1
* enhanced mainMatthew Lemon2020-07-191-5/+14
* started to build mainMatthew Lemon2020-07-191-2/+36
* fixed importMatthew Lemon2020-07-191-1/+1
* restructureMatthew Lemon2020-07-1911-56/+2063
* moved db stuff to new packageMatthew Lemon2020-07-185-45/+56
* starting playing around with sqlite3Matthew Lemon2020-07-184-0/+50
* upped coords dep versionMatthew Lemon2020-07-181-2/+2
* renamed github repo nameMatthew Lemon2020-07-181-1/+1
* added a new test and commented out an old oneMatthew Lemon2020-06-212-31/+31
* Added go module fileMR Lemon2020-04-182-0/+9
* rewrote a test unnecessarily, but did it anywayMatthew Lemon2019-12-061-13/+26
* linting fixesMatthew Lemon2019-12-061-4/+4
* removing use of colstream variableMatthew Lemon2019-12-031-1/+5
* removed all coords codeMatthew Lemon2019-12-032-80/+2
* tweaking the globbing funcMatthew Lemon2019-12-012-1/+15
* added test for basic glob of target directoryMatthew Lemon2019-12-012-0/+22
* fixed failing test after my extra test was added prior to mergeMatthew Lemon2019-11-282-2/+2
* Merge branch 'master' of github.com:hammerheadlemon/datamaps-goMatthew Lemon2019-11-284-82/+97
|\
| * fixed testMatthew Lemon2019-11-182-1/+1
| * test for far out cell valMatthew Lemon2019-11-181-0/+1
| * tidyingMatthew Lemon2019-11-151-11/+11
| * another test parameterizedMatthew Lemon2019-11-151-12/+11
| * added a little bit of code to test to prevent index panicMatthew Lemon2019-11-151-11/+20
| * parameterized another testMatthew Lemon2019-11-151-8/+12
| * reformatted test to use a case structMatthew Lemon2019-11-151-11/+15
| * renamingMatthew Lemon2019-11-151-5/+5
| * renamingMatthew Lemon2019-11-151-9/+9
| * renamingMatthew Lemon2019-11-151-15/+15
| * removed dependency on datamap fileMatthew Lemon2019-11-152-20/+12
| * fixed - passing testMatthew Lemon2019-11-144-4/+10
* | added another testMatthew Lemon2019-11-282-0/+4
|/
* pretty much can filter by datamap by needs more testsMatthew Lemon2019-11-123-1/+37
* fix incorrectly named funcMatthew Lemon2019-11-122-2/+2
* added TODO for next stepMatthew Lemon2019-11-121-0/+6
* removed superceded func and old TODOsMatthew Lemon2019-11-122-40/+3
* some error refactoring and tidyingMatthew Lemon2019-11-122-21/+8
* added another testMatthew Lemon2019-11-121-1/+5
* tidyingMatthew Lemon2019-11-122-37/+41
* added another test - but do we always want strings to be returned?Matthew Lemon2019-11-121-0/+4
* first passing test after parsing XLSX data into decent data structureMatthew Lemon2019-11-122-16/+18
* struggling on with this func to manage the parsed data data structureMatthew Lemon2019-11-112-7/+44
* func makes more sense nowMatthew Lemon2019-11-112-6/+15
* cleanupMatthew Lemon2019-11-111-4/+1
* added a doc string thingMatthew Lemon2019-11-111-0/+2
* added test for counting sheets in datamapMatthew Lemon2019-11-112-0/+33