New comment by ipkalm on void-packages repository https://github.com/void-linux/void-packages/pull/30762#issuecomment-836514088 Comment: Well. Now it is single commit! I did it :) About my template file: `do_check` function doesn't provided in `common/build-style/go.sh`. So I wrote it into template. And because v2ray project uses `github.com/v2fly/v2ray-core/main` for `v2ray` binary and `github.com/v2fly/v2ray-core/infra/control/main` for `v2ctl` binary, `go install` command from `common/build-style/go.sh` build all this binary files with name `main` and put into the same directory. That is why I added `do_build()` func into `template` file. As example I used kubernetes, caddy, prometheus, docker templates from `srcpkgs` directory. Hope you understand my English :grimacing: