Skip to content

Commit

Permalink
Fix GitHub lib/pq link (#265)
Browse files Browse the repository at this point in the history
* Fix GitHub lib/pq link

* Revert "Fix GitHub lib/pq link"

This reverts commit 4db4d86.

* Make same change in NOTES.md

---------

Co-authored-by: Ragnar English <ragnar@mac.local>
  • Loading branch information
RagnarArdal and Ragnar English authored Jun 25, 2024
1 parent 4c8187f commit 3f29afe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/go-postgres/NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ The `ports` property in `docker-compose.yml` [publishes](https://docs.docker.com

### Installing Go Dependencies

This template includes the popular [PostGres Driver Library for Go](github.com/lib/pq). This is the recommended driver for use with Go, as per [GoLang Documentation](https://golangdocs.com/golang-postgresql-example).
This template includes the popular [PostGres Driver Library for Go](https://github.com/lib/pq). This is the recommended driver for use with Go, as per [GoLang Documentation](https://golangdocs.com/golang-postgresql-example).

If you wish to change this, you may add additional `RUN` commands in the [Go Dockerfile](.devcontainer/Dockerfile). For example:

```yaml
# This line can be modified to add any needed additional packages
RUN go get -x <github-link-for-package>
```
```

0 comments on commit 3f29afe

Please sign in to comment.