{"id":29182555,"url":"https://github.com/aspjey3/basic-and-intermedium-go","last_synced_at":"2025-07-01T20:06:41.827Z","repository":{"id":301302168,"uuid":"1008804713","full_name":"AspJey3/Basic-and-Intermedium-GO","owner":"AspJey3","description":"Repositorio en español donde encontraras teoría y ejercicios de manera sencilla y rápida de Go. Este repositorio va a las personas que tienen algo de noción de programación.","archived":false,"fork":false,"pushed_at":"2025-06-26T06:05:25.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-26T07:20:36.525Z","etag":null,"topics":["basic","developing","english","espanol-ingles","go","golang","intermedio","learning","repository"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AspJey3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-26T05:57:20.000Z","updated_at":"2025-06-26T06:05:28.000Z","dependencies_parsed_at":"2025-06-26T07:32:37.032Z","dependency_job_id":null,"html_url":"https://github.com/AspJey3/Basic-and-Intermedium-GO","commit_stats":null,"previous_names":["aspjey3/basic-and-intermedium-go"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AspJey3/Basic-and-Intermedium-GO","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AspJey3%2FBasic-and-Intermedium-GO","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AspJey3%2FBasic-and-Intermedium-GO/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AspJey3%2FBasic-and-Intermedium-GO/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AspJey3%2FBasic-and-Intermedium-GO/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AspJey3","download_url":"https://codeload.github.com/AspJey3/Basic-and-Intermedium-GO/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AspJey3%2FBasic-and-Intermedium-GO/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263029214,"owners_count":23402354,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["basic","developing","english","espanol-ingles","go","golang","intermedio","learning","repository"],"created_at":"2025-07-01T20:06:41.064Z","updated_at":"2025-07-01T20:06:41.812Z","avatar_url":"https://github.com/AspJey3.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📘 Curso de Go - Teoría y Práctica\n\nEste proyecto está organizado para ayudarte a aprender **Go (Golang)** desde lo más básico hasta temas más avanzados. Aquí encontrarás ejemplos prácticos y explicaciones de cada concepto clave del lenguaje.\n\n---\n## 📂 Estructura del Proyecto\n\n```text\ngo-clase/\n├── examples/    \n├── leet_code/    \n├── teoria/                  # Ejemplos y teoría de cada tema de Go\n│   ├── variables.go\n│   ├── tipos_de_datos.go\n│   ├── condicionales.go\n│   ├── bucles.go\n│   ├── funciones.go\n│   ├── arrays_slices.go\n│   ├── mapas.go\n│   ├── structs.go\n│   ├── punteros.go\n│   └── interfaces.go\n└── README.md                # Este archivo\n```\n---\n\n## 🧠 Contenido de `teoria/`\n\n| Archivo               | Descripción                                                                 |\n|----------------------|-----------------------------------------------------------------------------|\n| `variables.go`        | Declaración de variables con y sin tipo explícito.                         |\n| `tipos_de_datos.go`   | Enteros, flotantes, booleanos y strings.                                   |\n| `condicionales.go`    | Uso de `if`, `else` y `switch`.                                            |\n| `bucles.go`           | Bucles `for`, tipo `while` y bucles infinitos con `break`.                 |\n| `funciones.go`        | Funciones con retorno simple y múltiple.                                   |\n| `arrays_slices.go`    | Uso de arrays fijos y slices dinámicos, con `append` y sub-slices.         |\n| `mapas.go`            | Diccionarios (mapas), lectura, escritura y eliminación de claves.          |\n| `structs.go`          | Definición de structs y métodos asociados.                                 |\n| `punteros.go`         | Uso de punteros y paso por referencia.                                     |\n| `interfaces.go`       | Interfaces simples y polimorfismo con structs.                             |\n\n---\n\n## ▶️ Cómo ejecutar los ejemplos\n\n1. Asegúrate de tener Go instalado (v1.20+ recomendado).\n2. Entra al directorio `teoria/`.\n3. Ejecuta cualquier archivo con:\n\n```bash\ngo run .\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faspjey3%2Fbasic-and-intermedium-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faspjey3%2Fbasic-and-intermedium-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faspjey3%2Fbasic-and-intermedium-go/lists"}