Skip to content

Commit 12a89d3

Browse files
authoredDec 7, 2024
docs: add documentation for unitsnet-go package (#1441)
Hi, I recently started using Go, and I noticed that the unitsnet package wasn't available. So, I decided to create one 😊 You can check it out here: https://pkg.go.dev/github.com/haimkastner/unitsnet-go Thanks!
1 parent 1d1d5ac commit 12a89d3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
 

‎README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,8 @@ Produced with [ghtopdep](https://github.com/github-tooling/ghtopdep).
498498

499499
Get the same strongly typed units on other platforms, based on the same [unit definitions](/Common/UnitDefinitions).
500500

501-
| Language | Name | Package | Repository | Maintainers |
502-
|----------------------------|-------------|--------------------------------------------------|------------------------------------------------------|--------------|
503-
| JavaScript /<br>TypeScript | unitsnet-js | [npm](https://www.npmjs.com/package/unitsnet-js) | [github](https://github.com/haimkastner/unitsnet-js) | @haimkastner |
504-
| Python | unitsnet-py | [pypi](https://pypi.org/project/unitsnet-py) | [github](https://github.com/haimkastner/unitsnet-py) | @haimkastner |
501+
| Language | Name | Package | Repository | Maintainers |
502+
|----------------------------|-------------|---------------------------------------------------------------------|------------------------------------------------------|--------------|
503+
| JavaScript /<br>TypeScript | unitsnet-js | [npm](https://www.npmjs.com/package/unitsnet-js) | [github](https://github.com/haimkastner/unitsnet-js) | @haimkastner |
504+
| Python | unitsnet-py | [pypi](https://pypi.org/project/unitsnet-py) | [github](https://github.com/haimkastner/unitsnet-py) | @haimkastner |
505+
| Golang | unitsnet-go | [pkg.go.dev](https://pkg.go.dev/github.com/haimkastner/unitsnet-go) | [github](https://github.com/haimkastner/unitsnet-go) | @haimkastner |

0 commit comments

Comments
 (0)