# goframe **Repository Path**: wangxuancheng/goframe ## Basic Information - **Project Name**: goframe - **Description**: No description available - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-01 - **Last Updated**: 2021-11-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GoFrame ### Create configuration file from `config.example.toml`. ``` cp config/config.example.toml config/config.toml ``` Update `config.toml` according to your local configurations if necessary. ### Run command `go run main.go`, and you'll see something as follows if success: ``` SERVER | DOMAIN | ADDRESS | METHOD | ROUTE | RESPONSE | MIDDLEWARE ----------|---------|---------|--------|---------------------|-----------------------------------------------------------|---------------------------------------------------------------------------------------------------------------- default | default | :8199 | ALL | /hello | hello gf! | (*serviceMiddleware).CORS-fm ----------|---------|---------|--------|---------------------|-----------------------------------------------------------|---------------------------------------------------------------------------------------------------------------- ``` # GoFrame Sites ### GoFrame Repository * [https://github.com/gogf/gf](https://github.com/gogf/gf) * [https://gitee.com/johng/gf](https://gitee.com/johng/gf) ### GoFrame Home * [https://goframe.org](https://goframe.org)