File: README.md

package info (click to toggle)
golang-github-hlandau-goutils 0.0~git20160722.0.0cdb66a-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 160 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 500 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
# Miscellaneous Go utilities

This repository contains miscellaneous Go utility packages. Mature packages get
migrated to here from my holditall,
[degoutils](https://github.com/hlandau/degoutils), or to their own package.

Currently, all packages in here depend only on the standard library. In the
future, non-standard library dependencies in this repository should be kept
minimized, to mitigate the impact on tools, such as vendorization tools, which
work on a repository and not a package level.