# examples **Repository Path**: aiechoic/examples ## Basic Information - **Project Name**: examples - **Description**: orivil 各模块的测试项目 - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-04-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Orivil Examples ## Intro orivil 各个模块的测试项目 ## Install go get -v gitee.com/tugoer/examples ## Example * 进入`example`目录 ```bash cd $GOPATH/gitee.com/tugoer/examples ``` > Note: 以下所有示例都只能在该目录下运行, 否则可能出错 * 测试`param`组件 ```bash go run projects/param/main.go ``` * 测试`swagger`组件 ```bash go run projects/swagger/main.go ``` * 测试`orivil server` ```bash go run projects/orivil/server.go ``` * 测试`i18n server` ```bash go run projects/orivil/i18n.go ``` ## License Released under the [MIT License](https://mit-license.org).