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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a174471..b891387 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ $(NAME): # Makes sure go files build and tests pass go: - go build $(GOFLAGS) -o /dev/null ./... + go build $(GOFLAGS) ./... go test $(GOFLAGS) ./... lint: -- cgit v1.2.3