Skip to content

Commit

Permalink
Merge pull request #9 from StevenMaude/remove-struct-comment
Browse files Browse the repository at this point in the history
Remove AutoGenerated struct comment
  • Loading branch information
StevenMaude authored May 20, 2017
2 parents acd3049 + 2a7a1d3 commit b9836fb
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,40 +7,6 @@ import (
"os"
)

/* Full mail struct for posterity; generated from https://mholt.github.io/json-to-go/
type AutoGenerated struct {
Data struct {
Fromfull string `json:"fromfull"`
Headers struct {
MimeVersion string `json:"mime-version"`
Date string `json:"date"`
Subject string `json:"subject"`
XSgEid string `json:"x-sg-eid"`
MessageID string `json:"message-id"`
Received string `json:"received"`
From string `json:"from"`
ContentType string `json:"content-type"`
To string `json:"to"`
DkimSignature string `json:"dkim-signature"`
} `json:"headers"`
Subject string `json:"subject"`
RequestID string `json:"requestId"`
Parts []struct {
Headers struct {
ContentTransferEncoding string `json:"content-transfer-encoding"`
ContentType string `json:"content-type"`
} `json:"headers"`
Body string `json:"body"`
} `json:"parts"`
From string `json:"from"`
Origfrom string `json:"origfrom"`
To string `json:"to"`
ID string `json:"id"`
Time int64 `json:"time"`
SecondsAgo int `json:"seconds_ago"`
} `json:"data"`
} */

type mail struct {
Data struct {
Subject string `json:"subject"`
Expand Down

0 comments on commit b9836fb

Please sign in to comment.