commit | db0ae140afbe50f92d0175f995ec34c5cfdf6831 | [log] [tgz] |
---|---|---|
author | Jon Perritt <jon.perritt@rackspace.com> | Sun Mar 13 00:33:41 2016 -0600 |
committer | Jon Perritt <jon.perritt@rackspace.com> | Sun Mar 13 00:33:41 2016 -0600 |
tree | 66428150e9d71b7f01fd7c852012409dd50322c5 | |
parent | 226976e4668ce5142c9f627a36b4dc7a971e7238 [diff] [blame] |
dsl struct tags; wip
diff --git a/errors.go b/errors.go index e790196..0333977 100644 --- a/errors.go +++ b/errors.go
@@ -4,8 +4,8 @@ // BaseError is an error type that all other error types embed. type BaseError struct { - Info string - Function string + Info string + //Function string } func (e BaseError) Error() string {