Skip to content

Commit

Permalink
docs: add godoc badge to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fr3shw3b committed Jun 25, 2024
1 parent 7ded32b commit d574275
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=two-hundred_ls-builder&metric=coverage)](https://sonarcloud.io/summary/new_code?id=two-hundred_ls-builder)
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=two-hundred_ls-builder&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=two-hundred_ls-builder)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=two-hundred_ls-builder&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=two-hundred_ls-builder)
[![Go Reference](https://pkg.go.dev/badge/github.com/two-hundred/ls-builder.svg)](https://pkg.go.dev/github.com/two-hundred/ls-builder)


Language Server Builder (SDK) for Go. This is a Go implementation of the [Language Server Protocol](https://microsoft.github.io/language-server-protocol/)'s server component.
Expand Down

0 comments on commit d574275

Please sign in to comment.