https://github.com/iced/go-gopath
Will guess GOPATH using gb and projectile.
https://github.com/iced/go-gopath
Last synced: about 1 year ago
JSON representation
Will guess GOPATH using gb and projectile.
- Host: GitHub
- URL: https://github.com/iced/go-gopath
- Owner: iced
- Created: 2016-03-10T10:44:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-05T10:34:10.000Z (almost 10 years ago)
- Last Synced: 2025-04-09T19:56:15.557Z (about 1 year ago)
- Language: Emacs Lisp
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://melpa.org/#/go-gopath)
# go-gopath
Will guess GOPATH using gb and projectile.
## Setup
```lisp
(require 'go-gopath)
(define-key go-mode-map (kbd "C-c C-e") #'go-gopath-set-gopath)
```