# 12_go_rust编程 **Repository Path**: zero2200/12_go-rust-programming ## Basic Information - **Project Name**: 12_go_rust编程 - **Description**: No description available - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-14 - **Last Updated**: 2025-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 1.go语言 ## 1,构建 sudo apt install golang-go ## 2.调试 sudo apt install delve 调试命令 `dlv debug main.out`