From 721362e793478b96cb514393851d80d792bbd04e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ch=2E=20K=C3=B6nig?= Date: Sun, 23 Sep 2018 10:31:40 +0200 Subject: [PATCH] removed unused error type --- error.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/error.go b/error.go index 5f709b0..346dd12 100644 --- a/error.go +++ b/error.go @@ -34,7 +34,5 @@ func IsStatusCodeError(err error) bool { // The different error types of xivapi var ( ErrUnexpectedType = errors.New("unexpected type") - ErrMissingKey = errors.New("missing key") - ErrNotImplemented = errors.New("call not implemented on the server") )