proxy.golang.org : github.com/quinn/restic
Package restic gives a (very brief) introduction to the structure of source code. The packages are structured so that cmd/ contains the main package for the restic binary, and internal/ contains almost all code in library form. We've chosen to use the internal/ path so that the packages cannot be imported by other programs. This was done on purpose, at the moment restic is a command-line program and not a library. This may be revisited at a later point in time.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/quinn/restic
License: BSD-2-Clause
Latest release: almost 5 years ago
First release: over 9 years ago
Namespace: github.com/quinn
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 29 days ago