search
Home / Course / Go

Go Chinese Development Manual

IntroductionChapterCourseware
Go Chinese Development Manual Go is a compiled language that combines the ease of an interpreted language, the development efficiency of a dynamically typed language, and the safety of a static type. It is also intended to be a modern language that supports networking and multi-core computing. To meet these goals, some language issues need to be solved: an expressive but lightweight type system, concurrency and garbage collection mechanisms, strict dependency specifications, and so on. These cannot be solved by libraries or tools, so Go came into being.
  • Difficulty:Elementary
  • Total of0 chapters
  • 716 plays
  • About Instructor

    无忌哥哥
    无忌哥哥
    PHP developer
    You will learn:

    Go Chinese Development Manual Go is a compiled language that combines the ease of an interpreted language, the development efficiency of a dynamically typed language, and the safety of a static type. It is also intended to be a modern language that supports networking and multi-core computing. To meet these goals, some language issues need to be solved: an expressive but lightweight type system, concurrency and garbage collection mechanisms, strict dependency specifications, and so on. These cannot be solved by libraries or tools, so Go came into being.

  • CancelreplySending
  • php.cn