6 lines
91 B
Go
6 lines
91 B
Go
package profile
|
|
|
|
import "errors"
|
|
|
|
var ErrProfileNotFound = errors.New("profile not found")
|