Last 12 weeks ยท 0 commits
2 of 6 standards met
Thanks again for your talk! It was fun to watch and very informative. I noticed one way I could give back hence this PR! The function httptest.NewRequest is a better choice for creating a request for test purposes. It more closely matches a Request value created by a server as opposed to the Request from which is intended for passing to a client. Also it panics on error (which is acceptable in tests) so the code gets a little shorter.
Repository: kelseyhightower/gophercon-2018. Description: Kelsey's GopherCon 2018 Keynote: Going Serverless Stars: 71, Forks: 5. Primary language: Go. Languages: Go (80%), Shell (13.7%), HTML (6.3%). License: Apache-2.0. Open PRs: 0, open issues: 0. Last activity: 7y ago. Community health: 42%. Top contributors: kelseyhightower, jcbwlkr.