9 linhas
152 B
Go
9 linhas
152 B
Go
// Package log provides the log interface used by all godrone packages.
|
|
package log
|
|
|
|
import (
|
|
l "github.com/felixge/log"
|
|
)
|
|
|
|
type Interface l.Interface
|