-
Notifications
You must be signed in to change notification settings - Fork 623
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lab0:Go语言入门 #4
Comments
下面是Go语言的FAQ
如果已经可以轻松回答下列问题,那么你只需要完成之后的Go语言编程作业就可以了:在线练习中要求实现Crawler和简单KV
|
练习做完后可以看此链接 |
请问这个lab0的内容在哪里可以找到啊? |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
课前基础练习:Go语言在线学习
本门课Lab原来使用C++语言,后来因为C++语法复杂,太多人做Lab都陷于调试语法,所以13年开始已经改为Go语言。
Go语言又名golang,是谷歌设计开源的语言,语法针对多处理器并发进行设计,编译相比C/C++更快,特别是支持并发和RPC,拥有垃圾回收机制且类型安全。
Go已经实现过不少杀手应用,包括docker、tidb、区块链fabric等,算是有未来前景啦。
The text was updated successfully, but these errors were encountered: