pacmod

command module
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2020 License: MIT Imports: 2 Imported by: 0

README

pacmod

logo

GoDoc Go Report Card

Pacmod is a small tool that can be used to package up your Go modules for distribution. This will be typically used for pushing artifacts to a Go module store such as Athens.

Installation

go get github.com/plexsystems/pacmod

Usage

Run the pack command in the directory containing your go.mod. For example:

pacmod pack v1.0.0 outputdirectory

This will result in the following files being placed in the outputdirectory:

  • go.mod - The current mod file when the pack command was executed
  • v1.0.0.info - The info file containing the module version and timestamp
  • v1.0.0.zip - An archive containing the Go module

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL