10 lines
130 B
Go
10 lines
130 B
Go
|
package health
|
||
|
|
||
|
import (
|
||
|
"github.com/reiver/go-erorr"
|
||
|
)
|
||
|
|
||
|
const (
|
||
|
errNilHTTPResponse = erorr.Error("mstdn: nil http-response")
|
||
|
)
|