#PP Gophers Meeting
##Agenda
- Request for items
- PP Go-Example Redux code walk-through
- PP Go-Example Redux discussion
- Next meeting lead
##PP Go-Example Redux
- restate goals:
| { | |
| "title": "Runtime Memory Stats", | |
| "error": false, | |
| "span": 5, | |
| "editable": true, | |
| "type": "graph", | |
| "id": 8, | |
| "datasource": null, | |
| "renderer": "flot", | |
| "x-axis": true, |
| { | |
| "bars": true, | |
| "y-axis": true, | |
| "links": [], | |
| "nullPointMode": "null as zero", | |
| "y_formats": [ | |
| "ms", | |
| "ms" | |
| ], | |
| "linewidth": 3, |
| FROM centurylink/ca-certs | |
| MAINTAINER Justin Dagostino | |
| LABEL version="0.1" name="SuperService" description="Super as a Service" | |
| WORKDIR /app | |
| COPY ./etc/config/config.json /app/ | |
| COPY ./superservice /app/ | |
| ENTRYPOINT ["./superservice"] |
#PP Gophers Meeting
##Agenda
##PP Go-Example Redux
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| package main | |
| import ( | |
| "fmt" | |
| ) | |
| func main() { | |
| const n = 7 | |
| var a = []uint{n:n} | |
| fmt.Println(cap(a)) // prints: 8 |
https://coderbyte.com/dashboard/paperlesspost-4mpoj:back-end-developer-k-etkvkwx