About 85 results
Open links in new tab
  1. 怎么学习 Golang? - 知乎

    W3Cshcool - Go 系列 W3Cschool 也是一个专业的编程入门学习及技术文档查询应用,提供包括 HTML, CSS, Javascript, jQuery, C, PHP, Java, Python, Sql,MySQL,Golang 等编程语言和开源 …

  2. 为什么要使用 Go 语言?Go 语言的优势在哪里? - 知乎

    跨平台编译,如果你写的Go代码不包含cgo,那么就可以做到window系统编译linux的应用,如何做到的呢? Go引用了plan9的代码,这就是不依赖系统的信息。 内嵌C支持,前面说了作者是C的作者,所 …

  3. Go Lab: an online multi-user go board - General Go Discussion - Online ...

    Jan 30, 2026 · TL;DR: I made an online go board that allows for all participants to have control at the same time. Check it out here: https://golab.gg/ Previous post (about a year ago): An online go board …

  4. 新手学习 Go 语言该如何入门? - 知乎

    10分钟上手 Go 语言:从安装到编程实战! 在如今的编程世界中,Go 语言因其高效、简洁和易学的特点,成为了越来越多开发者的首选语言。 无论是构建高性能的后端系统,还是处理并发任务,Go 都能 …

  5. Go Magic: A Modern Way to Study Go - Online Go Forum

    May 24, 2022 · Go Magic is a new online platform for learning Go. Our main goal is to make it fun and efficient using modern technologies.

  6. European Championship 2025 at 67th European Go Congress

    Jul 27, 2025 · After more than 5 hours of playing the final game Mateusz Surma, 3p, from Poland became the European Champion! The 67th European Go Congress is running in Warsaw, Poland, …

  7. Go Game Online with KataNet AI (KataGo Bare Neural Net) – Browser …

    Jun 1, 2025 · Hello everyone, I’d like to share a project I’ve been working on related to KataGo AI. I used an existing TensorFlow.js-compatible KataGo bare neural net from this repo. This is a small, …

  8. Rust、Go、Zig、Dart、C3、C++、C,仓颉、moonbit、凹语言哪个语 …

    这种显然就片面很多。 Go 语言 这个 go 语言,语法非常简单,和 C 一样优雅,但又不像 C 一样,go 有垃圾回收机制和真正的运行时环境。 但是 GO 的语法简单到,我觉得一张 A4 纸就基本写完了,特 …

  9. 用python写后端的多还是用go写后端的? - 知乎

    哪个多不知道,但是go写后端可比Python爽太多了。 首先go性能比Python好太多,在各种99元服务器上用go能做的事就多了。 开发体验上很多人以为Python语法简单所以用Python写后端更省心。

  10. Go 语言 - 知乎

    Go语言是Google开发的一种静态强类型、编译型、并发型,并具有垃圾回收功能的编程语言,它用批判吸收的眼光,融合C语言、Java等众家之长,将简洁、高效演绎得淋漓尽致。