Go Standard Library Cookbook: Over 120 specific ways to make full use of the standard library components in Golang

Radomir Sohlich

  • 出版商: Packt Publishing
  • 出版日期: 2018-02-26
  • 售價: $1,870
  • 貴賓價: 9.5$1,777
  • 語言: 英文
  • 頁數: 338
  • 裝訂: Paperback
  • ISBN: 1788475275
  • ISBN-13: 9781788475273
  • 相關分類: Go 程式語言
  • 立即出貨 (庫存=1)

買這商品的人也買了...

商品描述

Implement solutions by leveraging the power of the GO standard library and reducing dependency on external crates

Key Features

  • Develop high quality, fast and portable applications by leveraging the power of Go Standard Library.
  • Practical recipes that will help you work with the standard library algorithms to boost your productivity as a Go developer.
  • Compose your own algorithms without forfeiting the simplicity and elegance of the Standard Library.

Book Description

Google's Golang will be the next talk of the town, with amazing features and a powerful library. This book will gear you up for using golang by taking you through recipes that will teach you how to leverage the standard library to implement a particular solution. This will enable Go developers to take advantage of using a rock-solid standard library instead of third-party frameworks.

The book begins by exploring the functionalities available for interaction between 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 on 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. Ultimately, you will be proficient in implementing solutions with powerful standard libraries.

What you will learn

  • Access environmental variables
  • Execute and work with child processes
  • Manipulate strings by performing operations such as search, concatenate, and so on
  • Parse and format the output of date/time information
  • Operate on complex numbers and effective conversions between different number formats and bases
  • Work with standard input and output
  • Handle filesystem operations and file permissions
  • Create TCP and HTTP servers, and access those servers with a client
  • Utilize synchronization primitives
  • Test your code

Who This Book Is For

This book is for Go developers who would like to explore the power of Golang and learn how to use the Go standard library for various functionalities. The book assumes basic Go programming knowledge.

Table of Contents

  1. Interacting With Environment
  2. Strings and Things
  3. Dealing with Numbers
  4. Once upon a Time
  5. In and Out
  6. Discover the Filesystem
  7. Connect the network
  8. Working with Database
  9. Come to the server side
  10. Fun with Concurrency
  11. Tips and Tricks

商品描述(中文翻譯)

利用GO標準庫的強大功能並減少對外部庫的依賴來實現解決方案

主要特點



  • 利用GO標準庫開發高品質、快速且可攜式的應用程式。

  • 實用的範例將幫助您使用標準庫算法,提高作為GO開發人員的生產力。

  • 構建自己的算法,同時保持標準庫的簡潔和優雅。

書籍描述


Google的Golang將成為下一個熱門話題,具有令人驚嘆的功能和強大的庫。本書將通過範例引導您使用GO語言,教您如何利用標準庫實現特定解決方案。這將使GO開發人員能夠利用堅固的標準庫,而不是使用第三方框架。


本書首先探索了環境和操作系統之間的交互功能。我們將探討常見的字符串操作、日期/時間操作和數值問題。


然後,我們將繼續處理與數據庫的交互、訪問文件系統和執行I/O操作。從網絡的角度來看,我們將涉及客戶端和服務器端的解決方案。還介紹了並發的基礎知識,最後提供一些技巧和訣竅。


通過閱讀本書,您將對GO標準庫的功能有一個良好的概述,並了解如何利用它們實現解決方案。最終,您將能夠熟練地使用強大的標準庫來實現解決方案。

您將學到什麼



  • 訪問環境變數

  • 執行和處理子進程

  • 通過執行搜索、連接等操作來操作字符串

  • 解析和格式化日期/時間信息的輸出

  • 操作複雜數和不同數字格式和進制之間的有效轉換

  • 處理標準輸入和輸出

  • 處理文件系統操作和文件權限

  • 創建TCP和HTTP服務器,並使用客戶端訪問這些服務器

  • 使用同步原語

  • 測試您的代碼

本書適合對象


本書適合希望探索Golang的強大功能並學習如何使用GO標準庫進行各種功能的GO開發人員。本書假設讀者具備基本的GO編程知識。

目錄



  1. 與環境交互

  2. 字符串操作

  3. 處理數字

  4. 從前到後

  5. 輸入和輸出

  6. 探索文件系統

  7. 連接網絡

  8. 使用數據庫

  9. 進入服務器端

  10. 並發的樂趣

  11. 技巧和訣竅