summary refs log tree commit diff
path: root/emacs.d/config/fcuny-vars.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs.d/config/fcuny-vars.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs.d/config/fcuny-vars.el b/emacs.d/config/fcuny-vars.el
index cc19201..aebaadf 100644
--- a/emacs.d/config/fcuny-vars.el
+++ b/emacs.d/config/fcuny-vars.el
@@ -4,6 +4,12 @@
 (defvar fcuny-path-workspace (expand-file-name "workspace" fcuny-path-home)
   "Path to the workspace.")
 
+(defvar fcuny-path-go (expand-file-name "go" fcuny-path-workspace)
+  "Path to GOPATH.")
+
+(defvar fcuny-path-go-bin (expand-file-name "bin" fcuny-path-go)
+  "Path to the go binaries.")
+
 (defvar fcuny-path-git-twitter (expand-file-name "git.twitter.biz" fcuny-path-workspace)
   "Path to twitter's git repositories.")