Commit Graph
24 Commits
Author SHA1 Message Date
kyle 5eedcff042 add rand package, utilities for math/rand. 2020-06-02 17:26:17 -07:00
kyle 2b6ae03d1a config: add a Require message.
Also update explanation of the intended use-case for this package.
2020-03-02 17:36:29 -08:00
kyle ef0f14a512 Add global config package.
This is a simple config system that I find myself wanting a lot.
2020-03-02 17:11:55 -08:00
kyle 6ae393ebf2 Have to explicitly allow darwin/amd64 in the build tag. 2020-01-16 06:19:21 -08:00
kyle 76d88c220d Add go mod, update ftime.
+ Stat_t on Darwin amd64 now uses the same struct fields
  for file times as Lunix, not the BSD ones. I need to
  follow up on this.
2020-01-16 06:13:31 -08:00
kyle 50c226b726 Add parts. 2019-01-08 12:46:53 -08:00
kyle 070ffb9dff Cleanup testio. 2018-12-17 18:16:52 -08:00
kyle 5ac05bd298 Add debug printer. 2018-12-17 18:12:51 -08:00
kyle cf1edf2d31 Add simple proxy. 2018-12-12 14:57:08 -08:00
kyle 06678499d4 Add missing format arg. 2018-09-15 16:49:46 -07:00
kyle fad17065fe Update README. 2018-09-15 15:26:42 -07:00
kyle 63e0cbeacb Update CHANGELOG for release. 2018-09-15 15:10:44 -07:00
kyle 231b98dd68 Add kgz, a gzip tool. 2018-09-15 15:08:37 -07:00
kyle d6c5360a06 Start a change log. 2017-11-16 08:34:46 -08:00
kyle 0ab21e12f3 Reformat cmd/utc/main.go. 2017-11-16 08:32:42 -08:00
kyle 832475db56 gofmt cleanups. 2017-11-16 08:32:33 -08:00
kyle cb16cfa183 golint cleanups. 2017-11-16 08:32:05 -08:00
kyle d083a39a7d Fix README formatting. 2017-11-16 08:24:35 -08:00
kyle fc77225740 Add rhash for hashing remote files.
This was originally rsha256, but it's been updated to support multiple
algorithms.
2017-11-16 08:24:13 -08:00
kyle 41df73d7a8 Add ahash package. 2017-11-16 07:52:36 -08:00
kyle 0dc478746a Add rsha256 - remote sha256 utility. 2017-11-15 17:40:38 -08:00
kyle f44bbc9eca Add cruntar - untar for ChromeOS. 2017-11-15 17:37:54 -08:00
kyle c8f839de73 Cleanups and improvements. 2017-09-12 03:38:47 -07:00
kyle 0c56a477bc Add tee. 2017-09-12 03:25:12 -07:00