quickstart

command
v1.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 21, 2025 License: MIT Imports: 2 Imported by: 0

README

🚀 GopherKit - Ejemplo Básico

Este es el ejemplo más simple para empezar con GopherKit.

📋 Requisitos

  • Go 1.21+
  • GopherKit instalado

🔧 Instalación

# Instalar GopherKit
go get github.com/lukcba-developers/gopherkit

# Ejecutar el ejemplo
go run main.go

📝 Qué hace este ejemplo

  1. Inicializa GopherKit con el nombre "MyGopherApp"
  2. Muestra el saludo básico
  3. Muestra información del kit

🔍 Código Explicado

package main

import (
    "fmt"
    "github.com/lukcba-developers/gopherkit"
)

func main() {
    // Crear una nueva instancia de GopherKit
    kit := gopherkit.New("MyGopherApp")
    
    // Mostrar saludo
    fmt.Println(kit.Greet())
    
    // Mostrar información
    fmt.Println(kit.GetInfo())
}

➡️ Siguiente Paso

Una vez que este ejemplo funcione, prueba:

🤝 ¿Problemas?

Abre un issue en el repositorio principal.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL