From 4680eaaef15171948332ad7d13def794635c095d Mon Sep 17 00:00:00 2001 From: Joe Richey Date: Wed, 1 Mar 2017 16:57:27 -0800 Subject: util: convenience utilities for fscrypt This commit adds in the util package. This package provides two functions for creating errors. These functions are: - InvalidInputErrorF - bad input from user or caller - SystemErrorF - low level failure It also adds in a small function for converting Go byte slices into C void pointers. This will be very useful for interoperating with C. Change-Id: I87ad7946dd5fa26e28927590aff4bcc9fd5ce4f7 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 37497a4..c1ed4e2 100644 --- a/README.md +++ b/README.md @@ -76,10 +76,10 @@ default. ## Running and Installing -`fscrypt` is a standalone binary, and it currently has no runtime dependencies. -Installing it just requires placing it in your path or running `make install`. -Change `$GOBIN` to change the install location of `fscrypt`; by default it is -installed to `$GOPATH/bin`. +`fscrypt` currently has no runtime dependencies. Installing it just requires +placing it in your path or running `make install`. Change `$GOBIN` to change the +install location of `fscrypt`. By default, `fscrypt` is installed to +`$GOPATH/bin`. ## Example Usage -- cgit v1.2.3