fix: move strings to x-tba (not done yet)

This commit is contained in:
Inanc Gumus
2019-02-26 14:12:38 +03:00
parent 8bb2da5f23
commit 33add371bd
11 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ func main() {
// fmt.Println("perfect -> ", dict["perfect"]) // fmt.Println("perfect -> ", dict["perfect"])
/* /*
#11: looping over a map might be a sign for a design mistake #11: looping over a map might be a sign of a design mistake
in your software. in your software.
(it prints unordered output) (it prints unordered output)