/Go-Maps

Maps Project from the Udemy course "Go: The Complete Developer's Guide"

Primary LanguageGoGNU General Public License v3.0GPL-3.0

Maps Exercise in Golang

The code is for the Go-Maps project from the Udemy course Go: The Complete Developer's Guide

Output

The application returns a list of strings of the content of the map colors

Example

hex code for blue is #00FF00
hex code for red is #FF0000
hex code for green is #0000FF

How-To

Build and Run the Application

go build main.go
./main

Test

No tests were developed for this application

Notes

N/A