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: MIT
Conflicts: liteide
Submitter: falconindy
Maintainer: None
Last Packager: TheGoliath
Votes: 18
Popularity: 0.000000
First Submitted: 2010-08-11 13:39 (UTC)
Last Updated: 2020-05-27 12:11 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

1 2 3 Next › Last »

InspMustache commented on 2018-04-27 10:14 (UTC)

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 (UTC)

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 (UTC)

https://github.com/zimbatm/direnv/issues/140

knasan commented on 2015-01-14 20:20 (UTC)

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 (UTC)

Just use go's standard 'go get' method instead use this package.

karol_007 commented on 2014-03-25 16:05 (UTC)

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 (UTC)

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 (UTC)

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.