Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hamed committed Jul 21, 2022
1 parent 7ad72fd commit b3d9ea5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions 02-Introduction/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ Run this commands in terminal:
export GOPATH=$HOME/go
export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin
```
7. source this file: `source ~/.bash_profile` or `source ~/.profile`
8. Run `go version` to check if go is installed

### Install Go Debugger

Run this command: ` go install github.com/go-delve/delve/cmd/dlv`

### Install Visual Studio Code

Expand Down

0 comments on commit b3d9ea5

Please sign in to comment.