Tim Heckman
Tim Heckman
This change to the `agnoster` theme adds an option for using the name of the current directory instead of a relative path. Assume you're in the following directory: `~/projects/agnoster-zsh-theme`. If...
This is an issue to request that a deprecation notice be added to the README that points users to the fork created by some of us in the community (The...
This change adds a deprecation notice to the README and package docs to point users to the fork now maintained by The Gofrs ([github.com/gofrs/uuid](https://github.com/gofrs/uuid)). It also suggests that they make...
I've started to use Discord Go to write a bot, and have found it somewhat difficult to properly test without writing my own shimmed handlers. This challenge exists because the...
NFTables, which is a new packet filter subsystem for the Linux kernel, has been [pulled](http://marc.info/?l=linux-netdev&m=138176888417615&w=2) in to the git tree for the Linux 3.13 build. NFTables is on-track to replace...
Hello, During normal fwknop operation I noticed this warning in my logs: ``` Oct 16 00:11:06 clu fwknopd[6994]: Removed rule 1 from FWKNOP_INPUT with expire :nf_conntrack: automatic helper assignment is...
I floated this idea very roughly in the [\#gofrs](https://gophers.slack.com/archives/CBP4N9BEU) Slack channel, and it's to effectively rename this repository to avoid the Semantic Import Versioning (SIV) component of Go Modules ##...
This updates `defaultHWAddrFunc` to use a package-level variable for calling `net.Interfaces()`, so that we can mock it in unit tests. Doing so, and writing the related test, allows us to...
This is an issue to gather input about doing an engagement of some larger projects who use `github.com/satori/go.uuid` to get them moved over to our repo. Should we wait until...
The general consensus of the Go community has been converging on the idea that the `pkg/` directory is a useless abstraction / indirection. Instead, people are encouraged to either put...