2015-02 golang: tweaks

This commit is contained in:
Vincent Batts 2015-06-05 16:20:32 -04:00
parent 15a5d78674
commit 5149d7ec5e
1 changed files with 10 additions and 1 deletions

View File

@ -94,6 +94,10 @@ vbatts devel openshift docker
# they come along, and affect how you do your work
.image ./cats20.gif
* Packaging
Addresses different concern than distributions
* lack of generics?
# i don't feel strongly about this, though many do
- interfaces - are enough for most
@ -124,9 +128,14 @@ Not Separate, but together
* build tags
no #ifdef
.code ./tags.go /START1/,/STOP1/
or files with *_linux.go like suffix
or files with *_linux.go like suffix.
More like extern.
* _