1
0
mirror of https://github.com/directorz/mailfull-go.git synced 2026-06-19 03:33:38 +00:00

Add package overviews for godoc #5

This commit is contained in:
teru
2016-08-14 13:24:02 +09:00
parent 3751caa9a5
commit 8e74b71fc5
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -1,3 +1,6 @@
/*
Command mailfull is a CLI application using the mailfull package.
*/
package main
import (
+4
View File
@@ -0,0 +1,4 @@
/*
Package mailfull contains operations for a mailfull repository.
*/
package mailfull