Welcome To Golang By Example

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

Tag: go

Protocol Buffers and Go: Getting started

Posted on August 22, 2019November 13, 2019 by admin

In this tutorial, we will see how protocol buffers can be used in the context of GO Language. What is Protocol Buffer Protocol Buffers are data format which stores data in a…

Abstract Class in GO: Complete Guide

Posted on August 18, 2019November 12, 2019 by admin

Go Interface doesn’t have fields and also it doesn’t allow the definition of methods inside it. Any type needs to implements all methods of interface to become of that interface type. There…

Inheritance in GO using interface

Posted on August 9, 2019November 18, 2019 by admin

This post describes inheritance using interface. Do visit our Inheritance in Go Complete Guide post for full reference Go supports inheritance by embedding struct or using interface. There are different ways of…

Inheritance in GO using struct (Embedding)

Posted on August 9, 2019October 9, 2021 by admin

This post desicribes inheritance using struct only. Do visit our Inheritance in Go Complete Guide post for full reference Go supports inheritance by embedding struct or using interface. There are different ways…

New Relic Example in GoLang with Deep Instrumentation

Posted on August 9, 2019November 12, 2019 by admin

It is easy to integrate newrelic in GoLang. We just need one of the middleware to use the newrelic. Application. For eg in GIN framework of GO we can do something like…

Interface to struct in Go (Golang)

Posted on March 18, 2019March 9, 2020 by admin

We come around a situation sometimes in programming where an empty interface might a struct internally and we have to get the concrete struct out of it. Whoever is not aware of…

Posts pagination

Previous 1 … 43 44
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