VSCode Go插件,下载直接解压放到GoPath\bin 下即可,不在为vscode不能下载安装而烦恼。
2021-09-12 10:28:51 33.43MB Go Golang VS Code
1
go1.17.1.windows-amd64.msi
2021-09-10 19:06:34 124.28MB go golang
1
Chapter 1, Creating Your First Server in Go, explains how to write and interact with HTTP and TCP servers, optimize server responses with GZIP compression, and implement routing and logging in a Go web application. Chapter 2, Working with Templates, Static Files, and HTML Forms, covers how to create HTML templates; serve static resources from the filesystem; create, read, and validate HTML Forms; and implement a simple user authentication for a Go web application. Chapter 3, Working with Sessions, Error Handling, and Caching in Go, explores implementing HTTP sessions, HTTP cookies, error handling, and caching and managing HTTP sessions using Redis, which is required for a web application deployed across multiple data centers. Chapter 4, Writing and Consuming RESTful Web Services in Go, explains how to write RESTful web services, version them, and create AngularJS with TypeScript 2, ReactJS, and VueJS clients to consume them. Chapter 5, Working with SQL and NoSQL Databases, goes through implementing CRUD operations with MySQL and MongoDB databases in a Go web application. Chapter 6, Writing Microservices in Go Using Micro – a Microservice Toolkit, focuses on writing and working with the Protocol Buffers, using a microservice discovery client such as Consul, writing microservices using Go Micro, and interacting with them through command line and web dashboard, along with implementing the API gateway pattern to access the microservices over the HTTP protocol. Chapter 7, Working with WebSocket in Go, looks at writing a WebSocket server and its client as well as writing unit tests and debugging them using the GoLand IDE. Chapter 8, Working with the Go Web Application Framework - Beego, familiarizes setting up the Beego project architecture, writing controllers, views, and filters, implementing caching backed with Redis, and monitoring and deploying the Beego application with Nginx. Chapter 9, Working with Go and Docker, presents writing Docker images, creating Docker con
2021-09-04 01:56:52 9.28MB GO GOLANG WEB COOKBOOK
1
rtsp-简单服务器 rtsp-simple-server是一个简单,易于使用且零依赖的RTSP / RTMP服务器和代理,该软件允许用户发布,读取和代理实时视频和音频流。 RTSP是一个规范,描述了如何在服务器的帮助下执行这些操作,发布者和阅读者都将其与之联系,并将发布者的流中继到阅读器。 特征: 使用RTSP(UDP或TCP模式)或RTMP发布实时流 使用RTSP读取实时流 始终或按需从其他RTSP / RTMP服务器或摄像机拉出并提供流(RTSP代理) 每个流可以具有多个视频和音频轨道,并且可以使用任何编解码器进行编码(包括H264,H265,VP8,VP9,MPEG2,MP3,
2021-09-01 10:01:29 122KB audio go golang streaming
1
漂流 使用达成共识的分布式键/值存储,并使用编写的兼容API。 基于 。 (请参阅 ) Redis兼容API 基于Bitcask的磁盘存储 命令支持筏 与现有的Redis客户端兼容 用法 $ go get github.com/prologic/bitraft $ bitraft 码头工人 您还可以使用: $ docker pull prologic/bitraft $ docker run -d -p 4920:4920 prologic/bitraft 会话示例 命令: SET key value GET key DEL key [key ...] KEYS [WITHVALU
2021-08-31 22:58:20 34KB go golang database raft
1
golang 敏感词过滤
2021-08-24 16:56:38 5.73MB Go开发-工具类
1
1.An Introduction to Programming in Go 2.Go.Recipes.A.Problem-Solution.Approach 3.Web.Development.with.Go.Building.Scalable 4.Cloud Native Go 5.effective-go-zh-en 6.Go Design Patterns for Real-World Projects 7.Go.in.Practice 8.GoBootcamp 9.go-building-web-applications 10.go-thestdlib-sample 11.Manning.Go.Web.Programming 12.Network Programming with Go Essential Skills for Using and Securing Networks 13.Packt.Go.Programming.Blueprints.2nd.Edition 14.Programming in Go 15.SitePoint.Level.Up.Your.Web.Apps.With.Go 16.The Little Go Book
2021-08-16 16:13:11 54.15MB go、golang
1
Go+Golang+Beego微服务基础实战视频教程-附件资源
2021-08-08 18:05:28 106B
1
xorm是一个简单而强大的Go语言ORM库. 通过它可以使数据库操作非常简便。xorm的目标并不是让你完全不去学习SQL,我 们认为SQL并不会为ORM所替代,但是ORM将可以解决绝大部分的简单SQL需求。xorm支持两种风格的混用。
2021-08-05 20:28:28 689KB go golang xorm 数据库
1
许式伟的《go语言编程》里的一个小项目,我动手将其实现了,可运行。作为新手的一个练手小项目挺好的,这个项目的依赖管理用的是goland里的goroot、gopath。希望下载的朋友学习go语言一帆风顺!
2021-08-03 14:06:40 6KB go golang go语言 项目
1