1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-06-12 22:07:47 +02:00
Files
go-micro/examples/template/fnc/plugin.go

6 lines
75 B
Go
Raw Normal View History

2020-12-26 15:17:20 +00:00
package main
import (
_ "github.com/micro/go-plugins/registry/etcd/v2"
)