DPontes / Go-Maps

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0


Languages

Language:Go 100.0%