Set default mimetype if META is empty

This commit is contained in:
Adnan Maolood 2020-10-31 20:32:38 -04:00
parent 63b9b484d1
commit a2fc1772bf
2 changed files with 13 additions and 16 deletions

View File

@ -9,7 +9,7 @@ import (
// Response is a Gemini response. // Response is a Gemini response.
type Response struct { type Response struct {
// Status represents the response status. // Status contains the response status code.
Status Status Status Status
// Meta contains more information related to the response status. // Meta contains more information related to the response status.