bazel run //server:server
bazel run //test:test_delete
bazel run //test:test_getclipboards
bazel run //test:test_send
bazel run //test:test_subscribe
bazel build //server:server
cross-compiling
bazel build --platforms=@io_bazel_rules_go//go/toolchain:linux_amd64 server
protoc needs to be installed
protoc --go_out=. --go_opt=paths=source_relative \
--go-grpc_out=. --go-grpc_opt=paths=source_relative \
proto/clipboard_service.proto
bazel run //:gazelle
bazel run //:gazelle-update-repos