# cmdstdin **Repository Path**: cnperl/cmdstdin ## Basic Information - **Project Name**: cmdstdin - **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-05-23 - **Last Updated**: 2020-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ```shell script # build go build -o caller caller.go go build -o callee callee.go # test ./caller ```