https://github.com/deyixu/go-web-example
go web example.
https://github.com/deyixu/go-web-example
example go-web go-web-example golang web
Last synced: 10 months ago
JSON representation
go web example.
- Host: GitHub
- URL: https://github.com/deyixu/go-web-example
- Owner: DeyiXu
- License: mit
- Created: 2018-12-02T13:54:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-25T02:27:02.000Z (about 7 years ago)
- Last Synced: 2025-02-02T23:14:04.426Z (12 months ago)
- Topics: example, go-web, go-web-example, golang, web
- Language: JavaScript
- Size: 4.64 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-web-example
go web example.
# 下载例子项目
```
git clone https://github.com/DeyiXu/go-web-example.git
cd go-web-example
```
# 删除 git文件
```
rm -rf .git
```
# 替换内容 `github.com/DeyiXu/go-web-example` 为 `book`
```
find -f './' | xargs perl -pi -e 's|github.com/DeyiXu/go-web-example|book|g'
```
# 项目引用
> WEB框架:[gin](https://github.com/gin-gonic/gin)
> ORM:[gorm](https://github.com/jinzhu/gorm)
> 后台管理:[AdminLTE](https://github.com/almasaeed2010/AdminLTE)