*: replace nxt -> monogon
These are hopefully the last leftovers from the nxt monorepo.
This change breaks existing build containers and IntelliJ setups, and
unfortunately thrashes developer workstation Bazel caches.
Running `scripts/bin/destroy_container.sh &&
scripts/bin/create_container.sh` and then following the IntelliJ setup
guide in //README.md should be enough to fix everything.
Did that locally and was able to set up a fully working IntelliJ
IDE against this change.
Change-Id: I090f4e4f2ea03998569a4ea3d1aa4cd4ec570f8a
Reviewed-on: https://review.monogon.dev/c/monogon/+/61
Reviewed-by: Leopold Schabel <leo@nexantic.com>
diff --git a/third_party/go/README.md b/third_party/go/README.md
index 94cb0b1..7bcccca 100644
--- a/third_party/go/README.md
+++ b/third_party/go/README.md
@@ -3,4 +3,4 @@
Status: managed by fietsje
-See //build/fietsje/README.md to learn how to change/add Go dependencies to nxt.
+See //build/fietsje/README.md to learn how to change/add Go dependencies to monogon.