• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

PacktPublishing/Go-Standard-Library-Cookbook: Go Standard Library Cookbook, publ ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

PacktPublishing/Go-Standard-Library-Cookbook

开源软件地址(OpenSource Url):

https://github.com/PacktPublishing/Go-Standard-Library-Cookbook

开源编程语言(OpenSource Language):

Go 99.5%

开源软件介绍(OpenSource Introduction):

Go Standard Library Cookbook

This is the code repository for Go Standard Library Cookbook, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

The book begins with exploring the functionalities available for interaction with the environment and the operating system. We will explore common string operations, date/time manipulations, and numerical problems. We’ll then move on to working with the database, accessing the filesystem, and performing I/O operations. From a networking perspective, we will touch client and server-side solutions. The basics of concurrency are also covered before we wrap up with a few tips and tricks.

By the end of the book, you will have a good overview of the features of the Golang standard library and what you can achieve with them. Finally, you will be proficient in implementing solutions with powerful standard libraries.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

package main
import (
  "log"
  "runtime"
)

Although the Go programming platform is cross-platform, the recipes in the book usually assumes a Unix-based operating system, or at least that some common Unix utilities are available for execution. For Windows users, the Cygwin or GitBash utilities could be useful. The sample code works best with this setup:

  • Unix-based environment
  • A version of Go equal to or greater than 1.9.2
  • An internet connection
  • Read, write, and execute permissions on a folder where the sample code will be created and executed

Related Products

Suggestions and Feedback

Click here if you have any feedback or suggestions.




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap