From 3f29afe2fd9afed44f0eb44eb3c8837b8842311d Mon Sep 17 00:00:00 2001 From: Ragnar English Date: Tue, 25 Jun 2024 16:51:34 +0100 Subject: [PATCH] Fix GitHub lib/pq link (#265) * Fix GitHub lib/pq link * Revert "Fix GitHub lib/pq link" This reverts commit 4db4d867f90a2e1d85be013b8576fd11406a2449. * Make same change in NOTES.md --------- Co-authored-by: Ragnar English --- src/go-postgres/NOTES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/go-postgres/NOTES.md b/src/go-postgres/NOTES.md index da172d05..d273179e 100644 --- a/src/go-postgres/NOTES.md +++ b/src/go-postgres/NOTES.md @@ -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 -``` \ No newline at end of file +```