Shorten package comment

This commit is contained in:
Bruce Marriner 2016-06-01 16:07:43 -05:00
parent 62c0e8458e
commit 7e351e0315

View File

@ -1,5 +1,4 @@
// Package flake provides a very simple Twitter Snowflake generator and parser.
// You can optionally set a custom epoch for you use.
// Package flake provides a very simple Twitter snowflake generator and parser.
package flake
import (