Skip to content

jojoguru/florida-men

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Florida Men

Description

This is a small project, that prints the florida man story fitting to the current date. It's main focus is to take first steps in Go.

Currently there is a simple fetcher that fetches the story of the current day from https://floridamanbirthday.org and writes it to the console. More fetchers and writers can be added by implementing the StoryWriter and StoryFetcher Interfaces.

Build

To build an executible run

bin/build

Development

To run the project while developing use

go run floridamen.go

Excute tests:

bin/tests

Excute linter:

bin/lint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published