Welcome To Golang By Example

Menu
  • Home
  • Blog
  • Contact Us
  • Support this website
Menu

Category: Tech

Get JSON request body from a HTTP request in Go (Golang)

Posted on December 5, 2020December 5, 2020 by admin

Overview json/encoding package contains methods that can be used to convert a  request body of an incoming HTTP request into a golang struct. Before we start just a word about the request…

Decorator design pattern in Go (Golang)

Posted on December 3, 2020April 26, 2021 by admin

Overview Decorator design pattern is a structural design pattern. It lets you provide additional functionality or decorates an object without altering that object. It is better understood with an example. Imagine you…

Canonical HTTP Header Key Meaning

Posted on November 30, 2020November 30, 2020 by admin

Canonical form means that first character and after that any character following a hyphen is in uppercase. All other characters will be in lowercase. Example of canonical forms are All the keys…

Check if a particular header is present in a HTTP request in Go (Golang)

Posted on November 30, 2020November 30, 2020 by admin

Overview Below is the format in which a Header is represented in go. So internally header is a key value map with key being represented in canonical form. Canonical form means that…

Get request headers from an incoming HTTP request in Go (Golang)

Posted on November 30, 2020December 14, 2020 by admin

Note: Related Post Set response headers for an incoming HTTP request in Go – https://vikasboss.github.io/set-resposne-headers-http-go/ Get response headers for an outgoing HTTP request in Golang- https://vikasboss.github.io/get-response-headers-making-go/ Set headers for an outgoing HTTP…

About GOLANG

Posted on November 22, 2020December 31, 2020 by admin

This is chapter 1 of the golang comprehensive tutorial series. Refer to this link for other chapters of the series – Golang Comprehensive Tutorial Series Below is the table of contents for…

GO Installation

Posted on November 22, 2020November 24, 2020 by admin

This is the chapter 2 of the golang comprehensive tutorial series. Refer to this link for other chapters of the series – Golang Comprehensive Tutorial Series Next Tutorial – Set up GO…

Golang Advanced Tutorial

Posted on November 22, 2020June 15, 2021 by admin

Overview Welcome to the Golang advanced tutorial series. The tutorial in this series are elaborative and we have tried to cover all concepts with examples. This tutorial is for those who are…

Set up GO Workspace and Hello World Program

Posted on November 22, 2020November 24, 2020 by admin

This is the chapter 3 of the golang comprehensive tutorial series. Refer to this link for other chapters of the series – Golang Comprehensive Tutorial Series Next Tutorial – Packages and Modules…

All basic data types in Go (Golang)

Posted on November 21, 2020November 25, 2020 by admin

This is the  chapter 7 of the golang comprehensive tutorial series. Refer to this link for other chapters of the series – Golang Comprehensive Tutorial Series Next Tutorial – FunctionsPrevious Tutorial –Variables Now let’s check out…

Posts pagination

Previous 1 … 24 25 26 … 62 Next
Follow @golangbyexample

Popular Articles

Golang Comprehensive Tutorial Series

All Design Patterns in Go (Golang)

Slice in golang

Variables in Go (Golang) – Complete Guide

OOP: Inheritance in GOLANG complete guide

Using Context Package in GO (Golang) – Complete Guide

All data types in Golang with examples

Understanding time and date in Go (Golang) – Complete Guide

©2025 Welcome To Golang By Example | Design: Newspaperly WordPress Theme