Commit Graph
519 Commits
Author SHA1 Message Date
Michael Stillandİnanç Gümüş 3e1a337b06 Move sections into the correct chapter 2021-04-22 01:35:25 +03:00
José Joaquín Atriaandİnanç Gümüş cd2e74115c Minor nits in Spanish readme 2021-03-31 13:38:21 +03:00
İnanç Gümüş 06c8770261 Update main.go 2021-03-31 13:34:47 +03:00
İnanç Gümüş ca6cb1b196 update: adv ops exercise #1 2021-03-31 13:34:47 +03:00
Inanc Gumus bd6a7f1764 update: gopath removed from the first directory exercises etc 2021-03-23 18:04:48 +03:00
Inanc Gumus 22d1992bc3 update: write your first program exercises 2021-03-23 16:59:08 +03:00
İnanç GümüşandGitHub 2f920b497c update: write your first program
gopath is no longer used.
2021-03-23 16:47:38 +03:00
dkaiser014andGitHub eb4848a07b add: spanish 02-write-your-first-program (#72)
* fix: typo on 01-empecemos/instalacion-osx.md
* update: better formatting inside the README.md
* add: spanish translation for 02-write-your-first-program
2021-02-09 22:31:40 +03:00
Inanc GumusandGitHub 9e88cbeafc update: readme for translation 2021-02-03 12:27:52 +03:00
Firas Khalil KhanaandGitHub b32d16925f remove: duplicate last line from predeclared types (#63) 2021-02-02 13:10:53 +03:00
dkaiser014andGitHub 4f99176d50 add: spanish 01-get-started (#62)
* add translation links on README.md and translation/README.md

* add translation for 01-get-started

* add formatting

* fix typos
2021-02-02 13:08:57 +03:00
dkaiser014andGitHub 076404e7ea add: spanish translation 2021-01-31 18:09:53 +03:00
Firas Khalil KhanaandGitHub a861de61cb fix: change the wording bool literals to constants (#51) 2021-01-29 17:43:33 +03:00
Firas Khalil KhanaandGitHub 454c005f13 fix: add go doc question mark 2021-01-29 17:37:51 +03:00
Paul WaldmannandGitHub a3fc5396bf refactor: lucky number exercises
* guess < 0 doesn't check for definitive positivity
* n := rand.Intn(guess + 1) may pick 0, a non positive integer
* remove: redundant parentheses from the loop in 06-dynamic-difficulty
2021-01-10 19:34:48 +03:00
mohsin106andGitHub 8a5d1c6704 fix: rune manipulator typo 2021-01-10 19:28:56 +03:00
alwaysshrekandGitHub 2d9d4351f0 fix: greeeting examples 2021-01-02 10:24:25 +03:00
Alec RajeevandInanc Gumus c9e9dd46a6 Fixing grammar (very minor) 2020-12-19 15:51:28 +03:00
Inanc GumusandGitHub a425d46732 update: readme 2020-12-11 19:26:21 +03:00
Inanc GumusandGitHub bd501e61d9 update: readme
why don't people share even a free resource is beyond me...
2020-12-11 19:25:22 +03:00
Inanc Gumus e482db9590 update: go modules 2020-11-26 16:33:40 +03:00
Inanc Gumus b48a7c538a update: bouncing ball exercise only uses the screen package 2020-11-26 16:29:13 +03:00
LuisGSandovalandInanc Gumus 6f8e099d39 Correction in the expected output section of the maps lesson 2020-10-16 02:06:51 +03:00
Inanc GumusandGitHub a245eeceb7 update[readme]: add tweet link 2020-07-10 00:35:33 +03:00
Inanc GumusandGitHub 6bab6e476b update: readme 2020-06-16 22:42:00 +03:00
Inanc GumusandGitHub 3006f5bd86 update: readme.md 2020-06-16 22:36:47 +03:00
Simon SchulteandInanc Gumus 804d96cfd2 fix(optimal-types): int64 to uint32 2020-06-16 10:47:08 +03:00
Nagarjuna KumarandInanc Gumus 69935439be Fix typo in comment 2020-06-16 10:08:20 +03:00
anhhh.11andInanc Gumus 211c8d0077 Fill missing answer to question 2020-06-16 10:07:47 +03:00
anhhh.11andInanc Gumus 5159fd338e Fix github markdown not display \\n 2020-06-16 10:07:32 +03:00
anhhh.11andInanc Gumus 8e9858c5d6 Fix github markdown not display \\n 2020-06-16 10:07:13 +03:00
anhhh.11andInanc Gumus 66343e1a28 Fix wrong comment 2020-06-16 09:53:20 +03:00
anhhh.11andInanc Gumus 5d7e245bfe Fix comment 2020-06-16 09:49:31 +03:00
Debobrata SinhaandGitHub 65e854c4ae fix: godoc 2020-03-25 14:35:14 +03:00
Inanc Gumus b8fec94208 fix: match the code to the videos 2019-12-09 20:40:03 +03:00
Inanc Gumus be7bc962f7 update: ifaces sorter 2019-12-04 12:12:57 +03:00
Inanc Gumus 50d6594903 update: experienced dev roadmap 2019-11-23 15:26:33 +03:00
Paul WaldmannandInanc Gumus 7569d9d06f fix: minor grammar correction in exercise #24 2019-11-18 13:26:53 +03:00
Paul WaldmannandInanc Gumus 2be74b48a7 update: multiple short variabla declaration language
A multiple short declaration is expected
2019-11-18 00:43:53 +03:00
Inanc Gumus 9947575806 update: wording switch exercise string manipulator 2019-11-17 12:49:43 +03:00
Inanc Gumus 029b522a02 add: reader test ifaces 2019-11-13 14:16:57 +03:00
Inanc Gumus 8298a64a0c add: ifaces testing 2019-11-11 15:29:44 +03:00
Inanc Gumus 2a57da47ac refactor: ifaces write an io reader 2019-11-11 15:29:32 +03:00
Inanc Gumus 327f1281d8 add: custom io reader ifaces 2019-11-10 13:14:49 +03:00
Inanc Gumus 7eef52cec8 fix: comment io compose ifaces 2019-11-08 11:40:39 +03:00
Inanc Gumus b0a835818b refactor: handle err with fprintln io compose ifaces 2019-11-08 11:38:56 +03:00
Inanc Gumus 88d16d86d5 refactor: handle err with fprintln io png detector ifaces 2019-11-08 11:12:20 +03:00
Inanc Gumus cf66e4b720 refactor: handle err with fprintln io reusable ifaces 2019-11-08 11:02:57 +03:00
Inanc Gumus 81adab6690 refactor: handle err with fprintln io ifaces 2019-11-08 10:52:46 +03:00
Inanc Gumus c595c14544 add: io composition ifaces example 2019-11-06 20:52:51 +03:00