5 lines
215 B
Go
5 lines
215 B
Go
// Package nsd provides Nomad service registration and therefore discovery
|
|
// capabilities for Nomad clients. The name nsd was used instead of Nomad to
|
|
// avoid conflict with the existing nomad package.
|
|
package nsd
|