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 {