Skip to content
Prev Previous commit
Next Next commit
chore: remove unused import
  • Loading branch information
brettkolodny committed May 31, 2025
commit 4c748e2c329040fb335f598904a2c825a30851d4
2 changes: 0 additions & 2 deletions preview/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ import (
"github.com/coder/parameters-playground/preview/apitypes"
)

type Foo struct{}

func main() {
// Create a channel to keep the Go program alive
done := make(chan struct{})
Expand Down