I hereby claim:
- I am jordanorelli on github.
- I am jorelli (https://keybase.io/jorelli) on keybase.
- I have a public key ASDrTx8HP8H-wj_Cbgw7rWUq1v5TgFSMt-ksvQJcmE8CyQo
To claim this, I am signing this object:
| package main | |
| import ( | |
| "fmt" | |
| "log" | |
| "net" | |
| "net/http" | |
| "os" | |
| ) |
| package main | |
| import ( | |
| "bufio" | |
| "log" | |
| "net" | |
| ) | |
| func handle(conn *net.TCPConn) { | |
| defer conn.Close() |
| package main | |
| import ( | |
| "html/template" | |
| "log" | |
| "net/http" | |
| // "sync" | |
| // "unsafe" | |
| ) |
| package main | |
| import ( | |
| "html/template" | |
| "log" | |
| "net/http" | |
| // "sync" | |
| // "unsafe" | |
| ) |
I hereby claim:
To claim this, I am signing this object:
| === RUN TestStores | |
| === RUN TestStores/pg | |
| === RUN TestStores/pg/devices | |
| === RUN TestStores/pg/devices/create_pending | |
| === RUN TestStores/pg/devices/create_accepted | |
| === RUN TestStores/pg/devices/create_rejected | |
| === RUN TestStores/pg/devices/unknown_status | |
| === RUN TestStores/pg/devices/fictional_status | |
| === RUN TestStores/pg/devices/hostname | |
| === RUN TestStores/pg/devices/hostname_and_username |
| === RUN TestStores | |
| === RUN TestStores/pg | |
| === RUN TestStores/pg/devices | |
| === RUN TestStores/pg/devices/create_pending | |
| === RUN TestStores/pg/devices/create_accepted | |
| === RUN TestStores/pg/devices/create_rejected | |
| === RUN TestStores/pg/devices/unknown_status | |
| === RUN TestStores/pg/devices/fictional_status | |
| === RUN TestStores/pg/devices/hostname | |
| === RUN TestStores/pg/devices/hostname_and_username |
| === RUN TestStores | |
| === RUN TestStores/pg | |
| === RUN TestStores/pg/devices | |
| === RUN TestStores/pg/devices/create_pending | |
| === RUN TestStores/pg/devices/create_accepted | |
| === RUN TestStores/pg/devices/create_rejected | |
| === RUN TestStores/pg/devices/unknown_status | |
| === RUN TestStores/pg/devices/fictional_status | |
| === RUN TestStores/pg/devices/hostname | |
| === RUN TestStores/pg/devices/hostname_and_username |
| package main | |
| import ( | |
| "fmt" | |
| "time" | |
| "os" | |
| "sort" | |
| "io" | |
| "syscall" | |
| "unicode/utf16" |
| package main | |
| import ( | |
| "fmt" | |
| "syscall" | |
| "unicode/utf16" | |
| "unsafe" | |
| ) | |
| const invalidHandle = ^uintptr(0) |