Skip to content

Commit

Permalink
Make same change in NOTES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragnar English committed Jun 25, 2024
1 parent 34a2e8b commit 1947407
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 1947407

Please sign in to comment.