gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet-go] branch master updated: Added 'stringer' dependency for 'go g


From: gnunet
Subject: [gnunet-go] branch master updated: Added 'stringer' dependency for 'go generate'.
Date: Mon, 24 Oct 2022 23:17:06 +0200

This is an automated email from the git hooks/post-receive script.

bernd-fix pushed a commit to branch master
in repository gnunet-go.

The following commit(s) were added to refs/heads/master by this push:
     new cc14399  Added 'stringer' dependency for 'go generate'.
cc14399 is described below

commit cc143998695474cbe91941b91eaa9c8fa41d6700
Author: Bernd Fix <brf@hoi-polloi.org>
AuthorDate: Mon Oct 24 23:16:05 2022 +0200

    Added 'stringer' dependency for 'go generate'.
---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index bbaced7..f48f28a 100644
--- a/README.md
+++ b/README.md
@@ -56,6 +56,11 @@ and DHT are implemented.
 Use `./build.sh withgen` to build the executables (services and utilities, see
 below). The resulting programs are stored in `${GOPATH}/bin`.
 
+The `withgen` argument is optional (only needed if GANA registry files have
+changed and been updated in this repository by the user). The `go generate`
+step requires the `stringer` tool to be available; you can install it
+by running `go install golang.org/x/tools/cmd/stringer@latest`.
+
 To run the unit tests, use `./test.sh`. 
 
 ## `./src/gnunet/enums`

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]