Skip to content

Instantly share code, notes, and snippets.

View Demitroi's full-sized avatar
🏠
Working from home

Sergio Contreras Castañeda Demitroi

🏠
Working from home
View GitHub Profile
@Demitroi
Demitroi / fmtMoney.go
Created March 11, 2019 19:32
Just a function to format float64 to money in Golang :)
package main
import (
"fmt"
"math"
"strings"
)
func main() {
var money float64 = 6922850.56