Possibly gocheese package already exists for your distribution:
=> FreeBSD ports

Preferable way is to [Download] tarball with the signature from
website and, for example, run tests with benchmarks:

    $ v=5.0.0
    $ fetch http://www.gocheese.stargrave.org/download/gocheese-$v.tar.zst
    $ fetch http://www.gocheese.stargrave.org/download/gocheese-$v.tar.zst.sig
    [Integrity] check
    $ zstd -d <gocheese-$v.tar.zst | tar xf -
    $ cd gocheese-$v
    $ go build -mod=vendor

You can obtain development source code with
    git clone git://git.stargrave.org/gocheese.git
You can also use
    anongit@master.git.stargrave.org:stargrave.org/gocheese.git
    anongit@slave.git.stargrave.org:stargrave.org/gocheese.git
    git://y.git.stargrave.org/gocheese.git