langwan / langgo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Langgo Framework

Run Tests Tag

What is Langgo?

Langgo is a go lightweight framework.

Features

  • Lightweight framework.
  • Collection of components and helpers.
  • Support backend, cross-platform desktop, and personal software development.
  • Easy to work with other frameworks.

Document

English Document

中文文档

Examples

langgo-examples v0.5.x

Installation

go get -u github.com/langwan/langgo

Quick Start

package main

import (
	"github.com/langwan/langgo"
	"github.com/langwan/langgo/components/hello"
)

func main() {
	langgo.Run(&hello.Instance{Message: "hello"})
	fmt.Println(hello.Get().Message)
}

About

License:MIT License


Languages

Language:Go 99.9%Language:SCSS 0.1%