mirror of
https://github.com/project-zot/zot.git
synced 2026-06-18 05:28:07 +08:00
432fde45af
fix: allow zot to build on a FreeBSD host (#3246) The build works as long as the protoc package is installed on the build host. This also fixes lint checks when building on FreeBSD, working around common lint complaints caused by the fact that rlim_t is int64 on FreeBSD. Signed-off-by: Doug Rabson <dfr@rabson.org>
4 lines
36 B
Go
4 lines
36 B
Go
package common
|
|
|
|
type RlimT = uint64
|