Skip to content

Commit

Permalink
Update docs & linguist
Browse files Browse the repository at this point in the history
  • Loading branch information
haimkastner committed Dec 11, 2024
1 parent 7a7e9e9 commit 6230b13
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Ignore generating units Python files
*.py linguist-detectable=false

# Ensure Go is detected as the primary language
*.go linguist-detectable=true
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# unitsnet-go

[![unitsnet-go](https://github.com/haimkastner/unitsnet-go/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/haimkastner/unitsnet-go/actions/workflows/build.yml)

[![Latest Release](https://img.shields.io/github/v/release/haimkastner/unitsnet-go)](https://github.com/haimkastner/unitsnet-go/releases)


<!-- [![GitHub stars](https://img.shields.io/github/stars/haimkastner/unitsnet-go.svg?style=social&label=Stars)](https://github.com/haimkastner/unitsnet-go/stargazers) -->
[![Latest Release](https://img.shields.io/github/v/release/haimkastner/unitsnet-go)](https://github.com/haimkastner/unitsnet-go/releases)
[![GitHub stars](https://img.shields.io/github/stars/haimkastner/unitsnet-go.svg?style=social&label=Stars)](https://github.com/haimkastner/unitsnet-go/stargazers)
[![License](https://img.shields.io/github/license/haimkastner/unitsnet-go.svg?style=social)](https://github.com/haimkastner/unitsnet-go/blob/master/LICENSE)
[![Go Reference](https://pkg.go.dev/badge/github.com/haimkastner/unitsnet-go.svg)](https://pkg.go.dev/github.com/haimkastner/unitsnet-go)

The unitsnet-go package provides an efficient way to store unit variables and perform easy conversions to different units when it's required.

Expand Down

0 comments on commit 6230b13

Please sign in to comment.