Go writer and mentor. Author, 'For the Love of Go'. Say hello at go@bitfieldconsulting.com
-
Bitfield Consulting
- Cornwall, UK
- https://bitfieldconsulting.com/about
- @bitfield
Block or Report
Block or report bitfield
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
ftl-fundamentals Public template
Exercises in the fundamentals of Go, to accompany the book 'For the Love of Go', by John Arundel.
-
-
-
puppet-beginners-guide-3 Public
Example code repo for the Puppet 5 Beginner's Guide, 3rd Edition
299 contributions in the last year
Less
More
Contribution activity
November 2022
Created 15 commits in 2 repositories
Created a pull request in bitfield/script that received 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





