Skip to content

ctjnkns/go-basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

go-basics

XKCD Search

Demonstrates usage of go command line arguments, file IO, error handling, http requests, and json encoding. xkcd-load.go pulls all comics from xkcd.com and writes them to a local file in json format. xkcd-find.go searches the file and returns comics that match the given terms.

Web Server

Demonstrates usage of the http package to start a basic web server and handle API requests. Supports listing, reading, adding, updating, and deleting items using API calls with a simulated store database.

Web Server Concurrent

Demonstrates usage of the http package to start a basic web server and handle API requests. Supports listing, reading, adding, updating, and deleting items using API calls with a simulated store database. Adds Mutexes to address concurrecny issues.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages