Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iced/go-gopath
Will guess GOPATH using gb and projectile.
https://github.com/iced/go-gopath
Last synced: 6 days 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-05T10:34:10.000Z (over 8 years ago)
- Last Synced: 2024-11-05T20:13:29.342Z (about 2 months ago)
- Language: Emacs Lisp
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![MELPA](https://melpa.org/packages/go-gopath-badge.svg)](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)
```