Skip to content

Commit

Permalink
remove unused const
Browse files Browse the repository at this point in the history
Signed-off-by: Sid Sun <[email protected]>
  • Loading branch information
Sid-Sun committed May 13, 2024
1 parent ab020a1 commit 9d491d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tidy:
go mod tidy

serve: fmt vet
env $(cat dev.env | xargs) go run cmd/*.go
env $(cat dev.env | xargs) go run ./cmd

build: fmt vet
CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o bin/openwebui-telegram ./cmd
5 changes: 0 additions & 5 deletions cmd/const.go

This file was deleted.

0 comments on commit 9d491d7

Please sign in to comment.