Skip to content

najx/gollection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 

Repository files navigation

llection

This repository contains small Go projects written during bootcamps & learning sessions in which I've participated across 2021 and 2022.

To execute those programs, you simply need to have Golang runtime installed (currently using v1.16.4).

.
├── README.md
├── file.txt
└── main.go
.
├── README.md
├── dictionary
│   └── dictionary.go
├── hangman
│   ├── display.go
│   ├── hangman.go
│   ├── hangman_test.go
│   └── input.go
├── main.go
└── words.txt
.
├── README.md
├── dictionary
│   ├── actions.go
│   └── dictionary.go
└── main.go
.
├── cert
│   ├── cert.go
│   ├── cert_test.go
│   └── csvparser.go
├── html
│   └── certhtml.go
├── img
│   ├── background.png
│   ├── gopher.png
│   └── stamp.png
├── main.go
├── pdf
│   └── certpdf.go
└── students.csv
.
├── README.md
├── filter
│   └── filter.go
├── main.go
└── task
   ├── chan.go
   ├── task.go
   └── waitgrp.go
├── Makefile
├── README.md
├── go.mod
├── go.sum
├── main.go
├── middlewares.go
├── models.go
├── routes.go
├── routes_auth.go
├── routes_movie.go
├── routes_movie_test.go
├── server.go
├── store.go
└── templates
   ├── base.html
   └── login.html
├── README.md
└── blackjack.go

Want to try running a project ?

go run ./main.go

Useful link:

Many thanks to:

About

Small collection of Golang projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published