package main import ( "fmt" ) func main() { fmt.Println(fmt.Sprintf("%v", float64(90)/100)) }