Skip to content

Commit

Permalink
feat: update learning notes 2025-01-30 13:08:39
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Jan 30, 2025
1 parent 2676670 commit 2df133b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/Programming Languages/Go/Testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ View a [comprehensive table of all features](https://github.com/smartystreets/go
```shell
# make sure your GOPATH is set

$ cd <project path>
$ go get github.com/smartystreets/goconvey
$ go install github.com/smartystreets/goconvey
$ $GOPATH/bin/goconvey
cd <project path>
go get github.com/smartystreets/goconvey
go install github.com/smartystreets/goconvey
$GOPATH/bin/goconvey
```

2. In your browser:
Expand Down

0 comments on commit 2df133b

Please sign in to comment.