1
0
mirror of https://github.com/directorz/mailfull-go.git synced 2025-12-17 01:27:01 +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

View File

@@ -1,3 +1,6 @@
/*
Command mailfull is a CLI application using the mailfull package.
*/
package main
import (

4
mailfull.go Normal file
View File

@@ -0,0 +1,4 @@
/*
Package mailfull contains operations for a mailfull repository.
*/
package mailfull