GitShow/kelseyhightower/gophercon-2018
kelseyhightower

gophercon-2018

Kelsey's GopherCon 2018 Keynote: Going Serverless

by kelseyhightower
Star on GitHubFork

Go

71 stars5 forks2 contributorsQuiet · 7y agoSince 2018Apache-2.0

Meet the team

See all 2 on GitHub →
kelseyhightower
kelseyhightower4 contributions
jcbwlkr
jcbwlkr1 contribution

Languages

View on GitHub →
Go80%
Shell13.7%
HTML6.3%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

2 of 6 standards met

Community profile →
42
✓README✓License○Contributing○Code of Conduct○Issue Template○PR Template

Recent fixes

View closed PRs →
jcbwlkr
Use httptest.NewRequest in testsMergedPR

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.

jcbwlkr · 7y ago
Structured data for AI agents

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.

·@ofershap

Replace github.com with gitshow.dev