Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Custom error #21

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: go
go_import_path: github.com/nuclio/nuclio-sdk
go:
- "1.8"
- "1.9"
script: go test -v .
6 changes: 6 additions & 0 deletions HACK.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Hacking on nuclio-sdk

## errors.go

`errors.go` is automatically generated. If you bump Go version or suspect there
might be changes, run `go generate` to generate it.
7 changes: 7 additions & 0 deletions errgen.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
//go:generate go run gen_errors.go
//go:generate go fmt errors.go

package nuclio

// This file exists only to generate errors.go
// To do that - run: go generate
73 changes: 0 additions & 73 deletions error.go

This file was deleted.

Loading