cleanup() {
    ( cd "$GOBIN" && rm -vf -- adder client http server wshttp )
}
