mirror of
https://github.com/stashapp/stash.git
synced 2025-12-11 19:02:18 +01:00
* Bump Go to 1.17, refactor build/x86_64 Dockerfile to make better use of multi-stage * Bump to 1.17 from 1.16 * Bump packr version, provide needed legacy env var * Add apple silicon support, fix macos build chain * Update unused travis ci |
||
|---|---|---|
| .. | ||
| .travis.yml | ||
| LICENSE | ||
| README.md | ||
| sysutil.go | ||
| sysutil_bsd.go | ||
| sysutil_linux.go | ||
| sysutil_other.go | ||
| sysutil_windows.go | ||
| timeval.go | ||
| timeval32.go | ||
About sysutil
Package sysutil provides some utilities for working with cross platform systems.
Inspired by the Go version of Sigar, but written to be "idiomatic" Go.