Code Monkey home page Code Monkey logo

gopath-init's Introduction

name: gopath_init 第一步,在vscode中,安装go插件 clone 下来之后直接把文件复制到gopath目录即可,如果已经配置好了gopath,那么直接 git clone github.com/amandayi/gopath_init %GOPATH%

    git clone github.com/amandayi/gopath_init

说明

第一步,需要把只需要下载不需要编辑的包,重新建立文件夹的包,全部下载

git clone github.com/golang/tools // 重建文件夹为 golang.org/x/tools
git clone github.com/karrick/godirwalk
git clone github.com/pkg/errors
git clone github.com/mattn/go-runewidth
go install github.com/karrick/godirwalk
go install github.com/pkg/errors
go install github.com/mattn/go-runewidth
git clone github.com/nsf/gocode // 过时的gocode, git clone github.com/mdempsky/gocode
git clone github.com/sqs/goreturns 
git clone github.com/rogpeppe/godef
git clone github.com/golang/lint/ // 重建为 golang.org/x/lint/
git clone github.com/ramya-rao-a/go-outline
git clone github.com/uudashr/gopkgs
git clone github.com/peterh/liner
git clone github.com/derekparker/delve

下面的需要哪个是安装哪个,一般安装两个即可 gocode代码提示,goreturns格式化

go install github.com/nsf/gocode // 过时的gocode, go install github.com/mdempsky/gocode
go install github.com/sqs/goreturns 
go install github.com/rogpeppe/godef
go install golang.org/x/lint/golint
go install github.com/ramya-rao-a/go-outline
go install github.com/uudashr/gopkgs/cmd/gopkgs
go install github.com/peterh/liner
go install github.com/derekparker/delve/cmd/dlv

gopath-init's People

Contributors

amandayi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.