Pinned Repositories
apicompat
apicompat checks recent changes to a Go project for backwards incompatible changes
docker-nmap-scans
Periodically scan target ranges using nmap, ndiff and emailing changes
ghinstallation
HTTP Round Tripper for GitHub Apps - Authenticate as an Installation Workflow
gopherci
GopherCI was a project to help you maintain high-quality Go projects, by checking each GitHub Pull Request, for backward incompatible changes, and a suite of other third party static analysis tools.
gopherci-web
website for gopherci.io
revgrep
Filters output from static analysis tools, showing only recently changed lines of code
sha1affected
Checks whether a TLS connection uses SHA1 signed certificates, and if Google Chrome approves.
tcp-fast-open
Golang example of TCP Fast Open (RFC7413)
tlsx
Unused Go package to inspect client hello message from Go application
udp-to-tcp
Naively change a UDP stream to TCP.
bradleyfalzon's Repositories
bradleyfalzon/apicompat
apicompat checks recent changes to a Go project for backwards incompatible changes
bradleyfalzon/tlsx
Unused Go package to inspect client hello message from Go application
bradleyfalzon/udp-to-tcp
Naively change a UDP stream to TCP.
bradleyfalzon/docker-nmap-scans
Periodically scan target ranges using nmap, ndiff and emailing changes
bradleyfalzon/ctxfix
ctxfix provides rudimentary rewriting to assist in migrating from golang.org/x/net/context to Go 1.7's context package
bradleyfalzon/cryptval
cryptval helps to encrypt and decrypt database values in Go by implementing relevant database/sql interfaces.
bradleyfalzon/addgeoip
Read CSV for IP, lookup country in MaxMind GeoIP 2 Country DB, write new CSV with country added
bradleyfalzon/ws-stream
bradleyfalzon/apicompat-testdata
bradleyfalzon/buffalo-test
Test http://gobuffalo.io/ application
bradleyfalzon/cmd
Various small command-line utilities.
bradleyfalzon/conex
Conex integrates Docker with testing package so you can easily run your integration tests with containers.
bradleyfalzon/consul
Consul is a tool for service discovery, monitoring and configuration.
bradleyfalzon/errors
Simple error handling primitives
bradleyfalzon/ghbackup
Embarrassingly simple GitHub backup tool
bradleyfalzon/go-dockerclient
Go client for the Docker remote API.
bradleyfalzon/go-github
Go library for accessing the GitHub API
bradleyfalzon/go-staticcheck
Staticcheck is go vet on steroids, applying a ton of static analysis checks you might be used to from tools like ReSharper for C#
bradleyfalzon/gopheracademy-web
Public Website for blog.GopherAcademy.com
bradleyfalzon/htools-utlscripts
bradleyfalzon/hydrocarbon
news reader for dinosaurs
bradleyfalzon/lint
This is a linter for Go source code.
bradleyfalzon/logrus_sentry
sentry hook for logrus
bradleyfalzon/m3u8
Parser and generator of M3U8-playlists for Apple HLS. Library for Go language.
bradleyfalzon/neomake
Async :make and linting framework for Neovim/Vim
bradleyfalzon/ponzu
Headless CMS with automatic JSON API. Featuring auto HTTPS, HTTP/2 Server Push, and flexible server framework written in Go.
bradleyfalzon/pop
bradleyfalzon/sql-migrate
SQL schema migration tool for Go.
bradleyfalzon/travis-test
bradleyfalzon/vim-go
Go development plugin for Vim