Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iced/go-gopath

Will guess GOPATH using gb and projectile.
https://github.com/iced/go-gopath

Last synced: 2 months ago
JSON representation

Will guess GOPATH using gb and projectile.

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)
```