Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 227 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 227 Bytes

golang

关键字

package -> import
const -> var
type -> struct -> map
if -> else
switch -> case/default -> fallthrough
for -> break/continue -> range
go -> chan -> select
func -> interface -> defer -> return