Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinebou12 authored Sep 15, 2023
1 parent 0a21d70 commit aeb29f6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cmd/main.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
package main

import (
"fmt"
"github.com/caddyserver/caddy/v2/caddyconfig/caddyfile"
_ "github.com/yourusername/caddy-tracker/pkg/tracker"
_ "github.com/yourusername/your_project/pkg/tracker" // Replace with your module path
)

func main() {
// You can add some local testing code here or leave it empty
// Local testing code here
fmt.Println("This is a standalone application to test or demonstrate the Caddy module.")
}

0 comments on commit aeb29f6

Please sign in to comment.