Skip to content

langwan/langgo

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published