grokify/mogo

View on GitHub
text/currencyutil/internal/currencies.go

Summary

Maintainability
A
0 mins
Test Coverage
package internal

import (
    _ "embed"
)

//go:embed currencies.tsv
var CurrenciesDataRaw string