abieber 9e0580770b Teach portgen how to speak Go!
With this a port can be easily generated for Go applications that support Go
modules (there will be a go.mod file in the root of the project).

For example: https://github.com/jrick/domain/blob/master/go.mod

The mod file lists "github.com/jrick/domain" as the module name, so a portgen
command to build the above tool would be:

  portgen go github.com/jrick/domain

OK afresh1@ kmos@
2020-05-15 01:32:48 +00:00
..
2018-09-14 11:36:07 +00:00
2019-05-19 08:48:58 +00:00
2018-07-09 15:24:04 +00:00
2018-07-09 14:48:08 +00:00
2020-05-15 01:32:48 +00:00
2018-07-09 11:33:03 +00:00
2020-04-15 16:18:48 +00:00
2020-02-20 16:33:45 +00:00