The Wayback Machine - https://web.archive.org/web/20221122184410/https://github.com/bitfield
Skip to content
Avatar

Sponsors

@leaanthony
@andrew-werdna
Block or Report

Block or report bitfield

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. script Public

    Making it easy to write shell-like scripts in Go

    Go 3.1k 220

  2. ftl-fundamentals Public template

    Exercises in the fundamentals of Go, to accompany the book 'For the Love of Go', by John Arundel.

    Go 113 186

  3. Client library for UptimeRobot v2 API

    Go 53 13

  4. Code examples from the book 'The Power of Go: Tools'

    Go 49 9

  5. Exercises and solutions from the book 'Know Go: Generics'

    Go 44 6

  6. Example code repo for the Puppet 5 Beginner's Guide, 3rd Edition

    Shell 43 35

299 contributions in the last year

Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Mon Wed Fri

Contribution activity

November 2022

Created 15 commits in 2 repositories

Created a pull request in bitfield/script that received 9 comments

Add HTTP support via Do, Get, Post

+724 −372 9 comments

Created an issue in rogpeppe/go-internal that received 5 comments

testscript: 'cmp stdout want' diff seems backwards

Consider the familiar: want := "goodbye" got := "hello" if !cmp.Equal(want, got) { t.Error(cmp.Diff(want, got)) } which produces: -goodbye +hello N…

5 comments
Opened 1 other issue in 1 repository
bitfield/script 1 open