go: add bazel buildfiles, implement leasifier
diff --git a/WORKSPACE b/WORKSPACE
index 9c40ed2..9f7f950 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -81,3 +81,9 @@
     commit = "1bc31862f07e7539ca493de9137ed1ad56cc9f43",
     build_file_generation = "off",
 )
+
+go_repository(
+    name = "com_github_shirou_gopsutil",
+    commit = "2cbc9195c892b304060269ef280375236d2fcac9",
+    importpath = "github.com/shirou/gopsutil",
+)