Initial commit
This commit is contained in:
8
cmd/telal/telal.go
Normal file
8
cmd/telal/telal.go
Normal 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()
|
||||
}
|
||||
Reference in New Issue
Block a user