An open API service indexing awesome lists of open source software.

https://github.com/nickwells/gomodtools

this contains various tools for working with go modules
https://github.com/nickwells/gomodtools

go go-module go-modules golang golang-module

Last synced: 4 months ago
JSON representation

this contains various tools for working with go modules

Awesome Lists containing this project

README

          

[![go.dev reference](https://img.shields.io/badge/go.dev-reference-green?logo=go)](https://pkg.go.dev/mod/github.com/nickwells/gomodtools)
[![Go Report Card](https://goreportcard.com/badge/github.com/nickwells/gomodtools)](https://goreportcard.com/report/github.com/nickwells/gomodtools)
![GitHub License](https://img.shields.io/github/license/nickwells/gomodtools)

# gomodtools

This contains various tools for working with go modules (currently just one
tool).

All these tools use a standard param package to handle command-line flags
and so they support the standard '-help' parameter which will print out a
comprehensive usage message.

## gomodlayers
[See here](gomodlayers/_gomodlayers.DOC.md)