A nice collection of often useful examples done in Golang. Golang Example

Forms

A collection of 5 posts

18 February 2019

CSRF protection middleware for Go

nosurf is an HTTP package for Go that helps you prevent Cross-Site Request Forgery attacks.

Forms
18 February 2019

A lightweight go library for parsing form data or json from an http.Request

Forms is a lightweight, but incredibly useful go library for parsing form data from an http.Request.

Forms
18 February 2019

A package for decode form's values into struct in Go

A package for decode form's values into struct in Go. The only requirement is Go 1.2 or later.

Forms
18 February 2019

Decodes url.Values into Go value(s) and Encodes Go value(s) into url.Values

Decodes url.Values into Go value(s) and Encodes Go value(s) into url.Values. Dual Array and Full map support.

Forms
25 October 2018

Binds form and JSON data from net/http Request to struct

Reflectionless data binding for Go's net/http (not yet a stable 1.0, but not likely to change much either)

Forms
Latest
Random fake data generator written in go
2019-12-10
Zero boilerplate database operations for Go
2019-12-09
A Golang web server with built in logging and graceful shutdown
2019-12-09
Jenkins CLI allows you manage your Jenkins as an easy way
2019-12-08
A command-line for rounding the images
2019-12-08
Tag
Command Line 35 Tools 33 Framework 21 Images 17 Networking 15 Miscellaneous 15 Database tool 14 Authentication 12 Games 11 Data Structures 10 Text Processing 10 Proxy 9 Security 8 HTTP 7 Files 7 Job Scheduler 6 Distributed Systems 6 Server 6 Code Analysis 6 Forms 5 Logging 5 JSON 5 GUI 4 Time 4 Machine Learning 4 Router 3 Charts 3 Software 2 QR codes 2 Web Scraping 2
Golang Example © 2019
Latest Posts