# go-learning **Repository Path**: kevinlights/go-learning ## Basic Information - **Project Name**: go-learning - **Description**: Go basic and advanced research - **Primary Language**: Go - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-17 - **Last Updated**: 2023-11-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Go Research ## Initialization ```shell go work init mkdir go-advance mkdir go-basic mkdir go-research cd go-advance go mod init com.kl.learn.go-advance cd ../go-basic go mod init com.kl.learn.go-basic cd ../go-research go mod init com.kl.learn.go-research cd .. go work use go-advance go work use go-basic go work use go-research ```