7 lines
79 B
Go
7 lines
79 B
Go
package etc
|
|
|
|
const (
|
|
// Name of the module for registering it
|
|
Name = "etc"
|
|
)
|