From 2df133b0ef0b59b04f056d487735feb8441e0218 Mon Sep 17 00:00:00 2001 From: Parham Alvani Date: Thu, 30 Jan 2025 13:08:39 +0000 Subject: [PATCH] feat: update learning notes 2025-01-30 13:08:39 --- content/Programming Languages/Go/Testing.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/Programming Languages/Go/Testing.md b/content/Programming Languages/Go/Testing.md index 32d380e..a774aa6 100644 --- a/content/Programming Languages/Go/Testing.md +++ b/content/Programming Languages/Go/Testing.md @@ -21,10 +21,10 @@ View a [comprehensive table of all features](https://github.com/smartystreets/go ```shell # make sure your GOPATH is set -$ cd -$ go get github.com/smartystreets/goconvey -$ go install github.com/smartystreets/goconvey -$ $GOPATH/bin/goconvey +cd +go get github.com/smartystreets/goconvey +go install github.com/smartystreets/goconvey +$GOPATH/bin/goconvey ``` 2. In your browser: