mirror of
https://github.com/taigrr/godns
synced 2025-01-18 04:03:25 -08:00
fix golint warnings
This commit is contained in:
parent
8e5314ff09
commit
d4bf2ca8d1
@ -12,6 +12,7 @@ type Domain struct {
|
||||
SubDomains []string `json:"sub_domains"`
|
||||
}
|
||||
|
||||
// Notify struct for SMTP notification
|
||||
type Notify struct {
|
||||
Enabled bool `json:"enabled"`
|
||||
SMTPServer string `json:"smtp_server"`
|
||||
|
@ -1,6 +1,6 @@
|
||||
package godns
|
||||
|
||||
var MailTemplate = `
|
||||
var mailTemplate = `
|
||||
<html>
|
||||
<body>
|
||||
<div role="section">
|
||||
|
Loading…
x
Reference in New Issue
Block a user