# go-play **Repository Path**: httpadmin/go-play ## Basic Information - **Project Name**: go-play - **Description**: go playground - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-03-01 - **Last Updated**: 2025-07-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: Go语言, demo ## README # go-play go 开发参照和实验 - basic 基础语法 - go-in-action go语言实战的实践 - gopl go语言圣经的实践 ## 环境准备 - goland 启动 module ```bash go mod tidy go mod vendor ```