1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-06-30 22:33:49 +02:00

add top level options comment

This commit is contained in:
Asim Aslam
2019-06-07 11:18:08 +01:00
parent ef67dc7ceb
commit d65393a799

View File

@ -1,3 +1,4 @@
// Package options provides a way to initialise options
package options
import (