mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
9 lines
109 B
Go
9 lines
109 B
Go
package elastigo
|
|
|
|
import (
|
|
"errors"
|
|
)
|
|
|
|
// 404 Response.
|
|
var RecordNotFound = errors.New("record not found")
|