stash/vendor/github.com/chromedp/sysutil
kermieisinthehouse 265d5f4c70
Apple Silicon Support, Bump Go to 1.17, refactor docker/build/x86_64/Dockerfile (#1646)
* 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
2021-09-08 15:30:15 +10:00
..
.travis.yml Update chromedp to fix console errors (#1521) 2021-06-23 08:05:58 +10:00
LICENSE Update chromedp to fix console errors (#1521) 2021-06-23 08:05:58 +10:00
README.md Update chromedp to fix console errors (#1521) 2021-06-23 08:05:58 +10:00
sysutil.go Update chromedp to fix console errors (#1521) 2021-06-23 08:05:58 +10:00
sysutil_bsd.go Update chromedp to fix console errors (#1521) 2021-06-23 08:05:58 +10:00
sysutil_linux.go Update chromedp to fix console errors (#1521) 2021-06-23 08:05:58 +10:00
sysutil_other.go Update chromedp to fix console errors (#1521) 2021-06-23 08:05:58 +10:00
sysutil_windows.go Update chromedp to fix console errors (#1521) 2021-06-23 08:05:58 +10:00
timeval.go Update chromedp to fix console errors (#1521) 2021-06-23 08:05:58 +10:00
timeval32.go Update chromedp to fix console errors (#1521) 2021-06-23 08:05:58 +10:00

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.