# go-danmaku **Repository Path**: aip_9105/go-danmaku ## Basic Information - **Project Name**: go-danmaku - **Description**: 弹幕~~~ - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-12 - **Last Updated**: 2024-10-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # go-danmaku #### 介绍 go-mvc基础框架demo 1. 在 Windows 的 cmd 中: ```cmd set DB_HOST=127.0.0.1 && go run go-danmaku/go ``` 2. 在linux 中 ```bash export DB_HOST=127.0.0.1 && go run go-danmaku/go ``` 打包 ```bash GOOS=linux GOARCH=amd64 go build -o danmaku_app_linux_amd64 go-danmaku/go ```