# lan-share-go **Repository Path**: githubchy/lan-share-go ## Basic Information - **Project Name**: lan-share-go - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## LAN-SHARE in Golang Easily share files to other devices in the same local area network. ## Usage ``` Usage of lan-share.exe: -port int specify the server listening port. (default 3000) -token string specify the private token. (default "token") ``` Example: `./lan-share.exe -port 80 -token private` ##