Skip to content

AngleNet/6.824-2017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. Setup VS Code for golang

  • Install golang and set PATH. Reboot
  • Copy .vscode
  • Install go extension
  • Set git proxy:
    git config --global http.proxy http://127.0.0.1:1080
  • Install delve Debug Doc
  • While installing go libraries, you need to clean the src package if the last installation fails. Or you can download all the needed packages mannually and put it in the GOPATH/src, then restart VS Code, it should start to install the missing package automatically.

2. VS Code Extensions

  • C/C++
  • C/C++ Clang command adapter
  • C++ intellisense
  • Code runner
  • Docker
  • Go
  • Material Theme
  • Python
  • Vim
  • vscode-icons

3. Go commands

  • go test

This should run all tests in current directory and all of its subdirectories: go test ./...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages