Skip to content

Nishtha-Pradhan/gogogo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Info

This repository contains basic programs which can act as a starting point when learning GOlang. As of June 2024, these programs have been updated:

  • hello (the basic hello world program)
  • jsondata (program to generate & parse json data using map & struct)
  • proxy_json (creating a proxy server of your own)
  • context_function (playing with context in go)

To run these programs, go inside the respective program folder and run them. Example:

cd jsondata
go run main.go

Most of these are from online tutorials and I have added additional comments for better understanding.

Alright then, you are ready to GoGoGo 😁

About

A GoLang starting point

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages