# go-http-file-server-gui **Repository Path**: mjpclab/go-http-file-server-gui ## Basic Information - **Project Name**: go-http-file-server-gui - **Description**: GHFS(go-http-file-server)的GUI版本 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-04 - **Last Updated**: 2024-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Go HTTP File Server GUI go-http-file-server的GUI图形界面版本。 ![Go HTTP File Server GUI](ghfs.webp) ## 先决条件 安装 [Fyne prerequisites](https://docs.fyne.io/started/#prerequisites)。 ## 从源代码运行 ```sh go run . ``` ## 编译 ```sh go build . ``` ## 编译并打包 ```sh bash build/build-current.sh ```