# golee-example **Repository Path**: balaLaa/golee-example ## Basic Information - **Project Name**: golee-example - **Description**: Examples of using goLee - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-10 - **Last Updated**: 2022-05-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # golee-example Examples of using goLee 使用goLee的例程 目录结构: . ├── LICENSE ├── README.md ├── go.mod ├── manage.go ├── settings.json (配置文件) ├── static (放置静态文件) ├── templates (放置template文件) │   └── index.html ├── urls.go (设置url) └── views.go (设置对应url的控制函数)