type
Post
status
Published
date
Dec 13, 2022
slug
summary
tags
Golang
category
笔记
icon
password
 

1.hello.go

package main //程序的包名字 // 两种导包形式 // import "fmt" import ( "fmt" ) // main函数 func main() { // 可以加; 也可以不加 // fmt.Println("hello Go!"); fmt.Println("hello Go!") }
 
WebStorm无法编辑问题Bitwarden

目录
0%