mirror of
https://github.com/directorz/mailfull-go.git
synced 2025-12-17 17:47:04 +00:00
Add package overviews for godoc #5
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
/*
|
||||||
|
Command mailfull is a CLI application using the mailfull package.
|
||||||
|
*/
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|||||||
4
mailfull.go
Normal file
4
mailfull.go
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
/*
|
||||||
|
Package mailfull contains operations for a mailfull repository.
|
||||||
|
*/
|
||||||
|
package mailfull
|
||||||
Reference in New Issue
Block a user