Fix package name
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

Signed-off-by: Jan Tytgat <jan.tytgat@corelayer.eu>
This commit is contained in:
Jan Tytgat
2025-05-21 21:09:05 +02:00
parent 37f50324fd
commit eff54c7779
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
package queryrepo
package sqr
import (
"fmt"

View File

@ -1,4 +1,4 @@
package queryrepo
package sqr
import (
"reflect"

View File

@ -1,4 +1,4 @@
package queryrepo
package sqr
import (
"embed"

View File

@ -1,4 +1,4 @@
package queryrepo
package sqr
import (
"context"

View File

@ -1,5 +1,5 @@
// Package queryrepo enables the use of centralized storage for all SQL queries used in an application.
package queryrepo
package sqr
import (
"context"