# forwarder **Repository Path**: mirrors_open-falcon/forwarder ## Basic Information - **Project Name**: forwarder - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2025-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README falcon-forwarder === ## Installation It is a golang classic project ```bash # set $GOPATH and $GOROOT mkdir -p $GOPATH/src/github.com/open-falcon cd $GOPATH/src/github.com/open-falcon git clone https://github.com/open-falcon/forwarder.git cd forwarder go get ./... ./control build ./control start ```