1
0
Fork 0
mirror of https://git.sr.ht/~adnano/go-gemini synced 2024-05-04 19:16:06 +02:00

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() {