Add missing import

This commit is contained in:
Adnan Maolood 2021-02-24 14:28:47 -05:00
parent 6181751e8d
commit c3418fdfed

View File

@ -2,6 +2,7 @@ package gemini
import ( import (
"errors" "errors"
"mime"
) )
func init() { func init() {