Initial commit

This commit is contained in:
2022-03-06 01:02:55 +07:00
commit c06ae8317f
14 changed files with 700 additions and 0 deletions
@@ -0,0 +1,6 @@
package new_year_service
type NewYearService interface {
GetRandomImageURL() string
GetRandomMessage() NewYearMessage
}