Initial commit

This commit is contained in:
Senad Uka
2023-03-02 07:24:12 +01:00
commit 10492ad1bc
50 changed files with 4086 additions and 0 deletions

8
cmd/telal/telal.go Normal file
View File

@@ -0,0 +1,8 @@
package main
import "github.com/edazdarevic/reklame/agent/internal/app/telal"
// create a main function that calls ServeAds from the telal package
func main() {
telal.ServeAds()
}