Aaron L
|
1ac3853d3c
|
Refactor some awkward looking bits
|
2016-08-13 11:39:03 -07:00 |
|
Aaron L
|
5360d3094e
|
Use errors package all over the project
In general:
errors.New("thing") -> errors.New
fmt.Errorf("thing %s", arg) -> errors.Errorf
fmt.Errorf("thing %v", err) -> errors.Wrap
fmt.Errorf("thing %s %v", arg, err) -> errors.Wrapf
|
2016-08-13 11:37:16 -07:00 |
|
Patrick O'brien
|
8831e8a4b9
|
Fix debug outputs for all templates
|
2016-08-14 02:58:18 +10:00 |
|
Patrick O'brien
|
7ae9af702f
|
Add debug output to Exists
|
2016-08-14 02:19:36 +10:00 |
|
Patrick O'brien
|
2ece7d14f6
|
Clean up helpers, remove duplicate funcs
* Refactor DeleteAll for slice
|
2016-08-09 15:57:54 +10:00 |
|
Aaron L
|
a98e474c9c
|
Refactor WhereMultiple into new WhereClause
|
2016-08-08 19:33:10 -07:00 |
|
Aaron L
|
db747cccfe
|
Fix fallout of whereclause change
|
2016-08-08 17:36:37 -07:00 |
|
Aaron L
|
1c7ad18ab1
|
Fix previous edit mistake
|
2016-08-07 23:37:05 -07:00 |
|
Aaron L
|
444153222b
|
Use the new bind in all templates
|
2016-08-07 23:07:15 -07:00 |
|
Patrick O'brien
|
358dac851f
|
Add upsert file and renamed file numbers
|
2016-08-05 00:22:53 +10:00 |
|