An open API service indexing awesome lists of open source software.

https://github.com/ultirequiem/basic-go-platzi

🐹 Basic Golang course on @Platzi by @osmandi
https://github.com/ultirequiem/basic-go-platzi

curso-platzi go golang platzi

Last synced: 10 months ago
JSON representation

🐹 Basic Golang course on @Platzi by @osmandi

Awesome Lists containing this project

README

          

# Curso Básico de Programación en Go

"Go is an open source programming language that makes it easy to build simple,
reliable, and efficient software."



## Indice de Notas y Codigo:

- [Hello World](./src/01_Hello-World)
- [Constantes](./src/02_Constantes)
- [Variables](./src/03_Variables)
- [Zero Values](./src/04_Zero-Values)
- [Operadores Matematicos](./src/06_Operadores-Matematicos)
- [Calcular el Ára de las figuras](./src/12_Area-Funciones):
- [Cuadrado](./src/05_Area-Cuadrado)
- [Rectangulo](./src/07_Area-Rectangulo)
- [Trapecio](./src/08_Area-Trapecio)
- [Circulo](./src/09_Area-Circulo)
- [Paquete fmt](./src/10_Paquete-FMT)
- [Funciones](./src/11_Funciones)
- [Ciclo For](./src/13_For)
- [Ciclo For While](./src/14_For-While)
- [Ciclo For Forever](./src/15_For-Forever)
- [Cuenta Regresiva](./src/16_Cuenta-Regresiva)
- [If](./src/17_If)
- [And](./src/18_And)
- [Or](./src/19_Or)
- [Login Simulation](./src/20_Login-Simulation)
- [¿Par o Impar?](./src/21_Par-Impar)
- [Switch](./src/22_Switch)
- [Switch sin condición](./src/23_Switch-No-Condicion)
- [Días de la Semana](./src/24_Dias-Semana)
- [Semestres](./src/25_Semestres)
- [Defer](./src/26_Defer)
- [Continue](./src/27_Continue)
- [Break](./src/28_Break)
- [Arrays](./src/29_Arrays)
- [Slices](./src/30_Slices)
- [Append Slices](./src/31_Append-Slices)
- [Recorrer Slices](./src/32_Recorrer-Slices)
- [Detector de Palindromos](./src/33_Detector-Palindromos)
- [Maps](./src/34_Maps)
- [Encontrar el valor de Map](./src/35_Encontrar-Valor-Map)
- [Structs](./src/36_Structs)
- [Manejando Paquetes](./src/37_mypackage)
- [Punteros](./src/38_Punteros)
- [Stringers](./src/39_Stringers)
- [Interfaces](./src/40_Interfaces)
- [Lista de Interfaces](./src/41_Lista-Interfaces)
- [Lista de Figuras](./src/42_Listas-Figuras)
- [Go Routines](./src/43_GoRoutines)
- [Funciones Anonimas](./src/44_Funciones-Anonimas)
- [Channels](./src/45_Channels)
- [Method len() y cap()](./src/46_len-cap)
- [Range](./src/47_Range-Close)

### Otros Recursos Interesantes:

- [Curso Práctico de Go: Creación de un Servidor Web](https://platzi.com/clases/programacion-golang-2020)
- [Golang WebPage](https://golang.org)
- [Golang Packages](https://golang.org/pkg)
- [Guía de Instalación](https://golang.org/doc/install)
- [Blog de Go](https://blog.golang.org/go-brand)
- [Wikipedia](https://en.wikipedia.org/wiki/Go_(programming_language))
- [Gopherize Me](https://gopherize.me)
- [Adda Tutorial](https://www.w3adda.com/golang-tutorial)

### Datos del Profesor:

- [Twitter](https://twitter.com/osmandi)
- [GitHub](https://github.com/osmandi)
- [Pagina Personal](https://osmandi.com)
- [Platzi](https://platzi.com/p/osmandi)