# goLearn **Repository Path**: lyxmq/goLearn ## Basic Information - **Project Name**: goLearn - **Description**: go learning - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-03-29 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # goLearn ------------------------------- 这是我学习goLang的笔记 ``` package main import ( "fmt" ) func main(){ fmt.Printf("Hello World"); fmt.Println("........."); } ```