diff options
author | 2020-07-08 02:49:27 +0000 | |
---|---|---|
committer | 2020-07-08 02:49:27 +0000 | |
commit | 09050318d392912198baf64f6c3cd5664d46ca0b (patch) | |
tree | f9824cc69e92f865cd67ce2cc81cab1f938cf18d | |
parent | New regression tests for character and string conversions (diff) | |
download | wireguard-openbsd-09050318d392912198baf64f6c3cd5664d46ca0b.tar.xz wireguard-openbsd-09050318d392912198baf64f6c3cd5664d46ca0b.zip |
Mention that we support building a port from Go modules now.
Prompted by afresh1@
-rw-r--r-- | share/man/man1/portgen.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man1/portgen.1 b/share/man/man1/portgen.1 index e22f99e7a87..22ccaf2e01c 100644 --- a/share/man/man1/portgen.1 +++ b/share/man/man1/portgen.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: portgen.1,v 1.3 2019/11/17 02:45:52 pamela Exp $ +.\" $OpenBSD: portgen.1,v 1.4 2020/07/08 02:49:27 abieber Exp $ .\" .\" Copyright (c) 2015 Giannis Tsaraias <tsg@openbsd.org> .\" Copyright (c) 2015 Vadim Zhukov <zhuk@openbsd.org> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 17 2019 $ +.Dd $Mdocdate: July 8 2020 $ .Dt PORTGEN 1 .Os .Sh NAME @@ -54,6 +54,8 @@ for Perl modules on CPAN. for Python modules on PyPI. .It Cm ruby for Ruby gems. +.It Cm go +for Go modules. .El .Pp The following packages must be installed prior to the invocation of |