go-programming
There are 40 repositories under go-programming topic.
fn-code/govals
Go library for validate data
sger/go-hashdir
Hash a directory path
ffengc/MIT6.824
MIT6.824 learning works and logs
JohnLins/GolangFun
This is my Golang reference folder, this can help one quickly learn the basics of GO.
fn-code/hexagonal-arcitect
This is implementation of haxagonal arcitecture in go
awesomelistsio/awesome-go
A curated list of awesome Go resources and tips to help you become a more productive and proficient Go developer.
keremify/Golang-Dersleri
✅ "Go diliyle ilgili ders notları, ipuçları ve pratik örnekler. Yeni başlayanlar ve ileri seviye kullanıcılar için kaynak."
epicchainlabs/epicchain-sdk-go
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.
Furkan-Gulsen/NBA-Simulator-with-Golang
The NBA Simulator is a Go-based application designed to simulate various aspects of NBA games.
golevy/go-programming
Happy programming with Go.
maruf-pfc/golang-projects
Golang Practice Projects
nemuelw/practical-go-programming
Code for my practical Go programming course
rmottanet/goocto
GoOcto: A CLI tool for seamless GitHub interactions. Enhance your workflow with simplified repository management.
shaikrasheed99/learn-go-with-tdd
Examples of Golang topics using TDD.
sugaliudaykiran/go-golang
only go
tbhaxor/Golang-Turing-Tutorial
This repository contains the codes used in the turing.com golang post
BoBsRepository/create-go-mongodb-template
An awesome starter template to jumpstart your Go lang (gin-gonic) projects, helping you to speed up the process of building RESTful APIs.
MateoRamirezRubio1/learning_Go_Golang
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.
sitraj/PortScanner
Basic Port scanner using Go
AlexGalhardo/learning-go
Repository to save my Go programming language studies notes and references.
chibby0ne/go_book_exercises
Example code and Solutions to exercises of The Go Programming Language Book
epicchainlabs/dbft
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
kartikmanimuthu/from-zero-to-hero-golang
'From Zero to Hero with Golang' is your one-stop-shop to learn Go.
mahendraplus/Iplogger
A Go application that logs HTTP requests in real-time and stores them in `log.txt`. Monitor and view logs directly in the terminal or access them from the file. Easily customizable and provides immediate visibility into incoming requests. Quick setup with a single command and minimal configuration required.
Mohabdo21/go-postgres
A production-ready REST API built with Go and PostgreSQL, featuring clean architecture, connection pooling, and comprehensive error handling.
pkx8326/embedded_stuct_package_example
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.
pkx8326/learning_go
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.
pkx8326/simple_go_json_note-taking
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.
pkx8326/simple_go_struct-interface_example
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.
pkx8326/simple_go_struct_interface_method_example
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.
pkx8326/struct_method_mutation_example
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.
Shikha-code36/golang-tutorial-practice
This is the repo of GO basic implementation for learning purpose.
tayyabmughal676/GoAPIs
Golang Backend for APIs Gorm
Ujjwalprajapati16/Golang
A repository containing code and projects developed while learning Go programming language.