`bash` is installed in `/usr/local/bin/bash` on FreeBSD. This patch should make the build work without modification for FreeBSD and Linux.
5 lines
79 B
Go
5 lines
79 B
Go
package users
|
|
|
|
// Interface is implemented by storage
|
|
var _ Store = &Storage{}
|