mirror of
https://github.com/vbatts/talks.git
synced 2025-01-08 14:57:08 +00:00
2015-02 golang: tweaks
This commit is contained in:
parent
15a5d78674
commit
5149d7ec5e
1 changed files with 10 additions and 1 deletions
|
@ -94,6 +94,10 @@ vbatts devel openshift docker
|
||||||
# they come along, and affect how you do your work
|
# they come along, and affect how you do your work
|
||||||
.image ./cats20.gif
|
.image ./cats20.gif
|
||||||
|
|
||||||
|
* Packaging
|
||||||
|
|
||||||
|
Addresses different concern than distributions
|
||||||
|
|
||||||
* lack of generics?
|
* lack of generics?
|
||||||
# i don't feel strongly about this, though many do
|
# i don't feel strongly about this, though many do
|
||||||
- interfaces - are enough for most
|
- interfaces - are enough for most
|
||||||
|
@ -124,9 +128,14 @@ Not Separate, but together
|
||||||
|
|
||||||
* build tags
|
* build tags
|
||||||
|
|
||||||
|
no #ifdef
|
||||||
|
|
||||||
.code ./tags.go /START1/,/STOP1/
|
.code ./tags.go /START1/,/STOP1/
|
||||||
|
|
||||||
or files with *_linux.go like suffix
|
or files with *_linux.go like suffix.
|
||||||
|
|
||||||
|
More like extern.
|
||||||
|
|
||||||
|
|
||||||
* _
|
* _
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue