banana-converter-go

module
v0.0.0-...-438b186 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 17, 2024 License: MIT

README

Banana Converter Logo

Banana Converter

Convert lengths to and from bananas with this simple Golang library. Supports various units for convenient conversions.
Simple, blazingly fast and free! 🍌

Report Bug Request Feature

Install

go get github.com/kaandesu/banana-converter-go

Usage

package main

import (
	"fmt"
	"github.com/kaandesu/banana-converter-go/converter"
)

func main() {
	result, err := converter.Convert(1.5, "banana", "cm")
	if err != nil {
		fmt.Println("Error:", err)
	} else {
		fmt.Printf("Result: %.2f\n", result)
	}
}

Contributing

Contributions to the project is highly appreciated. If you have any suggestions/questions/requests please consider opening an issue. If you want to contribute to the project, fixing an open issue is greatly recommended and appreciated.

Roadmap

  • More banana options for i18n support:
    • Cavendish Banana.
    • Pisang Raja.
    • Red Banana.
    • Lady Finger Banana.
    • Blue Java Banana.
    • Plantain.
    • Manzano Banana.
    • Burro Banana.
    • Çikita
  • Weight converter.
  • Detailed documentation.

Contact

Maintainer
kaandesu

Directories

Path Synopsis
cmd
internal
log

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL