James Shubin
|
12fce52cd7
|
legal: Happy 2018 everyone...
Done with:
ack '2017+' -l | xargs sed -i -e 's/2017+/2018+/g'
Checked manually with:
git add -p
Hello to future James from 2019, and Happy Hacking!
|
2018-01-03 21:22:07 -05:00 |
|
Guillaume Herail
|
bfc2549289
|
resources: Move FileRes.uid()/.gid() to util.go
|
2017-11-23 08:34:38 -05:00 |
|
James Shubin
|
46be83f8f7
|
legal: Re-license to GPLv3
|
2017-09-11 18:07:47 -04:00 |
|
James Shubin
|
0dadf3d78a
|
resources: Add NewNamedResource helper
This makes the common pattern of NewResource, SetName, easier. It also
makes it less likely for you to forget to use SetName.
|
2017-06-17 18:09:49 -04:00 |
|
James Shubin
|
e341256627
|
resources: Add a utility to map from struct fields
For GAPI front ends that want to know what fields they can use and which
they map to, these two functions can be used.
|
2017-06-17 11:49:30 -04:00 |
|
James Shubin
|
dacbf9b68d
|
resources: Add resource sorting and clean tests
Resource sorting is needed for comparing resource groups.
|
2017-06-08 01:05:58 -04:00 |
|