logo
分类于: 职场办公 编程语言

简介

Go in Practice

Go in Practice 7.7分

资源最后更新于 2020-07-24 15:49:43

作者:Matt Butcher

出版社:Manning

出版日期:2015-01

ISBN:9781633430075

文件格式: pdf

标签: Go golang 计算机 编程 Programming Go语言 练习 程序员

简介· · · · · ·

Go may be the perfect systems language. Built with simplicity, concurrency, and modern applications in mind, Go provides the core tool set for rapidly building web, cloud, and systems applications. With superstar projects like Docker giving the language a high-visibility boost; it's no wonder that companies are clamoring for experienced Go engineers. If you know a language like...

想要: 点击会收藏到你的 我的收藏,可以在这里查看

已收: 表示已经收藏

Tips: 注册一个用户 可以通过用户中心得到电子书更新的通知哦

目录

Table of Contents
PART 1: BACKGROUND AND FUNDAMENTALS
1 Getting in to Go - FREE
PART 2: WELL ROUNDED APPLICATIONS
2 A Solid Foundation - AVAILABLE
3 Working with packages - AVAILABLE
4 Error handling, Testing, and Debugging
PART 3: WEB INTERFACES FOR YOUR APPLICATIONS
5 Building websites, from html to assets
6 Working with Web Services (REST APIs)
PART 4: TAKING YOUR APPLICATIONS TO THE CLOUD
7 Using cloud infrastructure
8 Communicating between your cloud services
9 Bringing it Together: A REST Service Client and Server