Skip to content

Commit

Permalink
Changed names of packages
Browse files Browse the repository at this point in the history
  • Loading branch information
KostLinux committed Apr 19, 2024
1 parent 17e16e9 commit bd2a4dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion controller/api/respones.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package apihandler
package api

import (
"net/http"
Expand Down
2 changes: 1 addition & 1 deletion controller/error/http_errors.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package errorhandler
package error

Check failure on line 1 in controller/error/http_errors.go

View workflow job for this annotation

GitHub Actions / Verify Backend Code Quality

package name error has same name as predeclared identifier (predeclared)

import (
"io"
Expand Down

0 comments on commit bd2a4dd

Please sign in to comment.