Go language tutorial-full of practical information and no nonsense
Go's syntax is close to C language, but the declaration of variables is different. Go supports garbage collection. Go's parallel computing model is based on Tony Hall's Communicating Sequential Process (CSP). Other languages ​​that adopt similar models include Occam and Limbo. Go also has the characteristics of this model, such as channel transmission. Compared with C++, Go does not include functions such as enumeration, exception handling, inheritance, generics, assertions, virtual functions, etc., but it adds features such as slice type, concurrency, pipelines, garbage collection functions, interfaces, etc. level support. Unlike Java, Go natively provides associative arrays (also called hashes or dictionaries), just like string types.
Elementary
golang
48693 person learning
100class hour
17 hours 26 minutes 44 secondsTotal course duration
2022-12-07update
王林
Gold lecturer
A total of 180 courses Student180290 Lecturer rating5.9
有朋自远方来,虽远必诛!More>>
You will learn:
Go's syntax is close to C language, but the declaration of variables is different. Go supports garbage collection. Go's parallel computing model is based on Tony Hall's Communicating Sequential Process (CSP). Other languages ​​that adopt similar models include Occam and Limbo. Go also has the characteristics of this model, such as channel transmission. Compared with C++, Go does not include functions such as enumeration, exception handling, inheritance, generics, assertions, virtual functions, etc., but it adds features such as slice type, concurrency, pipelines, garbage collection functions, interfaces, etc. level support. Unlike Java, Go natively provides associative arrays (also called hashes or dictionaries), just like string types.
Go language tutorial-full of practical information and no nonsense
Start Learning
This course includes:
17 hours 26 minutes 44 seconds Watch videos anytime
0 Download Resources
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!