mirror of
https://github.com/AdguardTeam/AdGuardDNS.git
synced 2025-02-20 11:23:36 +08:00
8 lines
207 B
Go
8 lines
207 B
Go
// Package agdservice defines types and interfaces for long-running services.
|
|
//
|
|
// TODO(a.garipov): Move more to golibs.
|
|
package agdservice
|
|
|
|
// unit is a convenient alias for struct{}.
|
|
type unit = struct{}
|