gourd

package module
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

README

Gourd 1.1

Go Report Card GoDoc Sourcegraph Release

   _____                     _
  / ____|                   | |  Go       go1.21.1
 | |  __  ___  _   _ _ __ __| |  App      v1.1.0 (105)
 | | |_ |/ _ \| | | | '__/ _` |  Public   ./web/static
 | |__| | (_) | |_| | | | (_| |  Temp Dir ./runtime
  \_____|\___/ \__,_|_|  \__,_|  Log Dir  ./runtime/log

Go-Gourd 是一个由事件驱动的快速开发框架,轻量、高效、易用。

主要特性

  • 开箱即用
  • 事件机制
  • 定时任务
  • 命令行
  • 守护进程(仅linux)
  • 日志工具

快速开始

使用git clone下载示例项目

git clone https://github.com/go-gourd/gourd-app.git

下载依赖项

go mod tidy

开始运行

go run main.go

运行成功,使用浏览器访问http://localhsot:8888/

参考文档

https://github.com/go-gourd/gourd/wiki

参与开发

直接提交PR或者Issue即可

版权信息

项目遵循Apache2开源协议发布,提供免费使用,项目包含的第三方源码和二进制文件之版权信息另行标注。

Email: kyour@outlook.com QQ: 2653907035

更多细节参阅 LICENSE

Documentation

Index

Constants

View Source
const (
	VersionNum  = 107
	VersionName = "1.1.2"
)

版本信息

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
}

func (*App) Init

func (app *App) Init()

Init 初始化应用

func (*App) Run

func (app *App) Run()

Run 启动应用

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

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