forked from inancgumus/learngo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
06c8770
commit cd2e741
Showing
1 changed file
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,32 @@ | ||
# Aprendiendo A Usar Go Con Ejemplos, Ejercicios y Puzzles | ||
# Aprendiendo a usar Go con ejemplos, ejercicios y puzzles | ||
|
||
La mejor forma de aprender es haciendo. En este repositorio encontraras miles de ejemplos, ejercicios y puzzles hechos con Go. Inicialmente cree este repositorio para mi **[Go: Bootcamp Course](https://udemy.com/course/learn-go-the-complete-bootcamp-course-golang/?referralCode=5CE6EB34E2B1EF4A7D37)**. Tiempo despues segui añadiendo ejercicios y quise que todo programador no inscrito a mi curso tambien pudiese aprender de forma gratuita. Asi que aqui esta. Disfrutad. | ||
La mejor forma de aprender es haciendo. En este repositorio encontrarás miles de ejemplos, ejercicios y puzzles hechos con Go. Inicialmente creé este repositorio para mi **[Go: Bootcamp Course](https://udemy.com/course/learn-go-the-complete-bootcamp-course-golang/?referralCode=5CE6EB34E2B1EF4A7D37)**. Tiempo después seguí añadiendo ejercicios y quise que todo programador no inscrito a mi curso también pudiese aprender de forma gratuita. Así que aquí está. Disfrutad. | ||
|
||
## ❤️ Ayuda a otros desarrolladores | ||
|
||
Compartir es gratis pero cuidar no tiene precio [Asi, que porfavor haz click aqui](https://twitter.com/intent/tweet?text=I%27m%20learning%20%23golang%20with%201000%2B%20hand-crafted%20examples%2C%20exercises%2C%20and%20quizzes.&url=https://github.com/inancgumus/learngo&via=inancgumus) y comparte este repositorio en Twitter. | ||
Compartir es gratis pero cuidar no tiene precio, [así que por favor haz click aquí](https://twitter.com/intent/tweet?text=I%27m%20learning%20%23golang%20with%201000%2B%20hand-crafted%20examples%2C%20exercises%2C%20and%20quizzes.&url=https://github.com/inancgumus/learngo&via=inancgumus) y comparte este repositorio en Twitter. | ||
|
||
## Mantente en contacto | ||
|
||
* **[Sigueme en Twitter](https://twitter.com/inancgumus)** | ||
* **[Sígueme en Twitter](https://twitter.com/inancgumus)** | ||
|
||
_Usualmente twiteo trucos y consejos sobre Go._ | ||
|
||
[![@inancgumus](https://img.shields.io/twitter/follow/inancgumus.svg?style=social&label=@inancgumus)](https://twitter.com/inancgumus) | ||
|
||
* **[Suscribete a mi Newsletter](https://eepurl.com/c4DMNX)** | ||
* **[Suscríbete a mi Newsletter](https://eepurl.com/c4DMNX)** | ||
|
||
_Recibe actualizaciones de mi parte._ | ||
|
||
* **[Lee mi Blog](https://blog.learngoprogramming.com)** | ||
|
||
_Seguido por mas de 5mil desarrolladores y con decenas de articulos ilustrados sobre Go._ | ||
_Seguido por más de 5 mil desarrolladores y con decenas de artículos ilustrados sobre Go._ | ||
|
||
* **[Mira mi canal de Youtube](https://www.youtube.com/channel/UCYxepZhtnFIVRh8t5H_QAdg?view_as=subscriber)** | ||
|
||
--- | ||
|
||
### Licencia | ||
|
||
Todos los materiales estan protegidos bajo la licencia <a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.<br/> | ||
Todos los materiales están protegidos bajo la licencia <a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.<br/> | ||
<a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png"/></a> | ||
|