The Go Programming Language 出版者的话 译者序 前言 第1章 入门 1 1.1 hello,world 1 1.2 命令行参数 3 1.3 找出重复行 6 1.4 GIF动画 10 1.5 获取一个URL 12 1.6 并发获取多个URL 13 1.7 一个Web服务器 14 1.8 其他内容 17 第2章 程序结构 20 ...
2023 - Persian - Go Programming Language FreeThe first Persian open source book about golang deep dive. In this book, we discuss all deep topics related to the Go language, from the basics to the advanced, with the aim of increasing the Gopher community in Iran....
freetype The Freetype font rasterizer in the Go programming language. To download and install from source: go get github.com/goki/freetype It is an incomplete port: It only supports TrueType fonts, and not Type 1 fonts nor bitmap fonts. ...
Having read many other books on the Golang programming language, I have not yet come across such a well-systematized book about microservices on Golang. This book well describes the pros and cons of microservices and when they should be used. The correct structure of the project, various se...
Yes, building a compiler for a general-purpose programming language requires a strong computer science background. But, most of us don’t build compilers. So, this book focuses on the things that we build all the time: configuration file readers, data readers, model-driven code generators, so...
1 - IntroductionThis review is about the book, The C++ Programming Language1。1。1 - ParadigmThe paradigm used to review the book will be to write in the overly verbose, information-sparse format of the book itself。1。1。2 - FormatThe format of this review will be to provide an ...
Go originated as a systems programming language. It takes the best of compiled statically typed languages like C and combine it with garbage collection. Go has some elegant features baked in for concurrency such as goroutines and channels. As a high performance systems language supporting ...
是否值得为了编译速度选择 Go 语言?编译速度快只是个加分项,核心还是靠其他特性。比如:假如编译快,但...
When you buy any Print edition of our Books, you can redeem (for free) the eBook edition of the Print Book you’ve purchased. This gives you instant access to your book when you make an order via PDF, EPUB or our online Reader experience. What is the delivery time and cost of print...
Golang, or simply Go, is an open-source programming language that was developed by Google, and designed to be simple, efficient, and reliable. It is a statically typed language, allowing it to offer performance similar to languages like C and C++. Additionally, Golang provides garbage collecti...