Skip to content

Instantly share code, notes, and snippets.

@negast
negast / go.mod
Last active October 30, 2024 16:19
nexus copy assets from instance to instance
module nexus_copy
go 1.14
require (
github.com/cavaliercoder/grab v2.0.0+incompatible
gopkg.in/yaml.v2 v2.4.0
)