Skip to content

Instantly share code, notes, and snippets.

View steakunderscore's full-sized avatar
🐦
chirp chirp

Henry Jenkins steakunderscore

🐦
chirp chirp
View GitHub Profile
@steakunderscore
steakunderscore / BUILD
Created November 4, 2020 14:55
personal third_party/go/BUILD
package(default_visibility = ["PUBLIC"])
go_get(
name = "spf13_cobra",
get = "github.com/spf13/cobra",
licences = ["apache-2.0"],
revision = "v1.1.1",
deps = [
":spf13_pflag",
],