go-programming
There are 32 repositories under go-programming topic.
fn-code/govals
Go library for validate data
sger/go-hashdir
Hash a directory path
JohnLins/GolangFun
This is my Golang reference folder, this can help one quickly learn the basics of GO.
ffengc/MIT6.824
MIT6.824 learning works and logs
fn-code/hexagonal-arcitect
This is implementation of haxagonal arcitecture in go
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.
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.
GeovanaS/GoLang
Golang Codes
itsgauravsingh/golang-practise
Golang practise code
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
ganeshkavhar/Hello-world-with-Go-programming
learn Go programming
itsayushthada/GO-Practice
Exploring Go
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.
maruf-pfc/golang-projects
Golang Practice Projects
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/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/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