stash/vendor/github.com/chromedp/sysutil
2021-06-23 08:05:58 +10:00
..
.travis.yml Update chromedp to fix console errors (#1521) 2021-06-23 08:05:58 +10:00
go.mod 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.