mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-09 15:32:54 +01:00
Typo fix
This commit is contained in:
parent
ba5f519d9d
commit
1f6fc2cadc
2 changed files with 5 additions and 6 deletions
|
@ -4,10 +4,8 @@
|
||||||
<option name="autoReloadType" value="ALL" />
|
<option name="autoReloadType" value="ALL" />
|
||||||
</component>
|
</component>
|
||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="b7733b42-c5ae-46b3-8a96-8b973d69a11d" name="Changes" comment="More progress... calling it a day.">
|
<list default="true" id="b7733b42-c5ae-46b3-8a96-8b973d69a11d" name="Changes" comment="Make GoLint happy">
|
||||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/doc.go" beforeDir="false" afterPath="$PROJECT_DIR$/doc.go" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/client.go" beforeDir="false" afterPath="$PROJECT_DIR$/client.go" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/mailmsg.go" beforeDir="false" afterPath="$PROJECT_DIR$/mailmsg.go" afterDir="false" />
|
|
||||||
</list>
|
</list>
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||||
|
@ -103,7 +101,8 @@
|
||||||
<MESSAGE value="Makeing some progress..." />
|
<MESSAGE value="Makeing some progress..." />
|
||||||
<MESSAGE value="Calling it a day..." />
|
<MESSAGE value="Calling it a day..." />
|
||||||
<MESSAGE value="More progress... calling it a day." />
|
<MESSAGE value="More progress... calling it a day." />
|
||||||
<option name="LAST_COMMIT_MESSAGE" value="More progress... calling it a day." />
|
<MESSAGE value="Make GoLint happy" />
|
||||||
|
<option name="LAST_COMMIT_MESSAGE" value="Make GoLint happy" />
|
||||||
</component>
|
</component>
|
||||||
<component name="VgoProject">
|
<component name="VgoProject">
|
||||||
<integration-enabled>true</integration-enabled>
|
<integration-enabled>true</integration-enabled>
|
||||||
|
|
2
doc.go
2
doc.go
|
@ -1,2 +1,2 @@
|
||||||
// Package mail provides a simple and easy way cto sending mails with Go
|
// Package mail provides a simple and easy way to send mails with Go
|
||||||
package mail
|
package mail
|
||||||
|
|
Loading…
Reference in a new issue