There are 0 repository under go-programming topic.
A curated list of awesome Go resources and tips to help you become a more productive and proficient Go developer.
This is my Golang reference folder, this can help one quickly learn the basics of GO.
A Drawing application developed from scratch in GO lang using Raylib
This is implementation of haxagonal arcitecture in go
✅ "Go diliyle ilgili ders notları, ipuçları ve pratik örnekler. Yeni başlayanlar ve ileri seviye kullanıcılar için kaynak."
Awesome Go Programming Language
Go Development Toolkit
This repository is a collection of Go programs covering fundamental concepts, algorithms, and practical applications. It will serve as a reference and learning resource as I progress with Go development.
EpicChain SDK Go is a powerful and efficient software development kit designed for developers to integrate and interact with the EpicChain blockchain network using the Go programming language.
The NBA Simulator is a Go-based application designed to simulate various aspects of NBA games.
'From Zero to Hero with Golang' is your one-stop-shop to learn Go.
Code for my practical Go programming course
Examples of Golang topics using TDD.
This repository contains the codes used in the turing.com golang post
This repository is dedicated to exploring and mastering Go programming through hands-on examples and projects. Each section delves into key Go concepts, providing clear explanations and practical code to help you understand and apply Go's features effectively.
This repository contains Go files and code for study and revision purposes. It includes various examples to help with understanding and practicing Go programming.
Repository to save my Go programming language studies notes and references.
The Go Implementation of the dBFT 2.0 Consensus Algorithm is a robust and efficient implementation of the Delegated Byzantine Fault Tolerance (dBFT) 2.0 consensus algorithm, developed in the Go programming language
A production-ready REST API built with Go and PostgreSQL, featuring clean architecture, connection pooling, and comprehensive error handling.
This example of a Go program demonstrates the use of an embedded struct and a struct package. The embedded struct acts as a scaffold for a newly created struct to build upon and use its existing fields.
I'm documenting my Go learning journey in this repository. It is made public so that it may also be of help to those learning the language just like myself.
This Go program demonstrates the use of structs and functions as struct methods stored in a saparated package to get string inputs from the user and save all the information in a json file with pre-determined json field names created by using struct tags.
This Go program demonstrates that structs of different types can be passed into common functions with the help of the interface type variable. It also features the use of type-switch to let a common function operate differently on different struct types.
This Go program demonstrates the use of interface-typed objects that are declared to link some functions to their specified struct. We can use functions as methods for the created structs.
This Go program demonstrates the use of struct and struct methods. It features the use of pointers with structs and struct methods to display and overwrite/clear (mutate) the data in the original struct without unnecessarily occupying extra memory spaces.
This is the repo of GO basic implementation for learning purpose.
Learning Go! Building small feature-focused projects & Making real-world apps 💡🐹
A repository containing code and projects developed while learning Go programming language.