This commit is contained in:
Winni Neessen 2022-03-09 17:30:35 +01:00
parent ba5f519d9d
commit 1f6fc2cadc
Signed by: wneessen
GPG key ID: 5F3AF39B820C119D
2 changed files with 5 additions and 6 deletions

View file

@ -4,10 +4,8 @@
<option name="autoReloadType" value="ALL" />
</component>
<component name="ChangeListManager">
<list default="true" id="b7733b42-c5ae-46b3-8a96-8b973d69a11d" name="Changes" comment="More progress... calling it a day.">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" 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 default="true" id="b7733b42-c5ae-46b3-8a96-8b973d69a11d" name="Changes" comment="Make GoLint happy">
<change beforePath="$PROJECT_DIR$/doc.go" beforeDir="false" afterPath="$PROJECT_DIR$/doc.go" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -103,7 +101,8 @@
<MESSAGE value="Makeing some progress..." />
<MESSAGE value="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 name="VgoProject">
<integration-enabled>true</integration-enabled>

2
doc.go
View file

@ -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