package utils import ( "github.com/beego/beego/v2/core/logs" "testing" ) // TestGet is a sample to run an endpoint test func TestAmountConvert(t *testing.T) { en := AmountConvert(521.71, true) logs.Info(en) }