An open API service indexing awesome lists of open source software.

https://github.com/sbueringer/bazel-go-rules-darwin-issue


https://github.com/sbueringer/bazel-go-rules-darwin-issue

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Build & debug

````
bazel build //:test -c dbg

dlv exec --headless --listen :2345 --api-version 2 bazel-bin/linux_amd64_debug/test

# Start remote debug config in Intellij
````