Files
old-reklame-agent/cmd/telal/telal.go

9 lines
183 B
Go
Raw Normal View History

2023-03-02 07:24:12 +01:00
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()
}