Convert literal values to right type

This commit is contained in:
Marc Vertes
2018-11-19 10:27:54 +01:00
parent eba9ccbe29
commit 0970329031
5 changed files with 47 additions and 15 deletions

View File

@@ -10,3 +10,6 @@ func main() {
m = 9
fmt.Println(m)
}
// Output:
// September