Search Criteria
Package Details: gocode-git r785.5bee97b-1
Git Clone URL: | https://aur.archlinux.org/gocode-git.git (read-only, click to copy) |
---|---|
Package Base: | gocode-git |
Description: | An autocompletion daemon for the Go programming language |
Upstream URL: | https://github.com/nsf/gocode |
Licenses: | |
Conflicts: | |
Submitter: | falconindy |
Maintainer: | None |
Last Packager: | TheGoliath |
Votes: | 20 |
Popularity: | 0.000000 |
First Submitted: | 2010-08-11 13:39 |
Last Updated: | 2020-05-27 12:11 |
Dependencies (2)
- go (go-tip, go-git, go-go2go-git, gcc-go-git, gcc-go)
- git (git-git) (make)
Required by (1)
- neovim-youcompleteme-core-git (optional)
Latest Comments
1 2 3 Next › Last »
InspMustache commented on 2018-04-27 10:14
Why does this only include the auto-complete plugin? Shouldn't it be either all or none?
vagorafaelino commented on 2018-01-28 12:16
Please add pkgver function in PKGBUILD file in order to automatically generate package version on building time:
pkgver() { cd "$srcdir/gocode" printf 'r%s.%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" }
Thx in advance!
knasan commented on 2015-01-14 20:28
https://github.com/zimbatm/direnv/issues/140
knasan commented on 2015-01-14 20:20
I get the error line 31: /etc/profile.d/go.sh: No such file or directory missing dependencies any? or you have to create go.sh yourself?
dlin commented on 2014-03-26 01:29
Just use go's standard 'go get' method instead use this package.
karol_007 commented on 2014-03-25 16:05
A recent liteide provides gocode that conflicts with the one from gocode-git
https://projects.archlinux.org/svntogit/community.git/commit/trunk?h=packages/liteide&id=58c9d99fd75dbfab1b4fa6f8b5fe0541fffaef4a
dlin commented on 2013-10-24 06:27
From: package maintainer, Please remove old comment or fixed problems.
2013/10/24 gocode-git 528.4c6097b
1. Follow pacman 4 VCS git PKGBUILD guide to generate version number
2. Fixed gocomplete.vim installation problem.(Thanks, jdarnold)
2013/04/25 gocode-git 20130425-3 let go1.1beta2 compile
2012/05/06 gocode-git 20120506-2: let it compile with go 1.0.1 even without root permission
2012/03/05 gocode-git 20120305-1: show changelog(last 2) when pkgbuild
jdarnold commented on 2013-10-23 12:25
I'm getting an error when trying to build this. It seems the vim file name changed. Here's the new line:
install -Dm644 vim/ftplugin/go/gocomplete.vim "$pkgdir/usr/share/vim/vimfiles/ftplugin/gocomplete.vim"
although I don't use vim, but I'm thinking it should probably get installed into ftplugin/go, like from where it came.
dlin commented on 2013-04-25 02:48
2013/04/25 gocode-git 20130425-3 let go1.1beta2 compile
2012/05/06 gocode-git 20120506-2: let it compile with go 1.0.1 even without root permission
2012/03/05 gocode-git 20120305-1: show changelog(last 2) when pkgbuild
dlin commented on 2013-04-25 02:47
Please remove old comment/fixed problem to keep comment clean.
2013/04/25 gocode-git 20130425-3 let go1.1beta2 compile
20120506 gocode-git 20120506-2: let it compile with go 1.0.1 even without root permission
20120305 gocode-git 20120305-1: show changelog(last 2) when pkgbuild