Rename projects to cache package

This commit is contained in:
2024-01-15 16:02:15 -05:00
parent d6833a9ea0
commit e846821c44
26 changed files with 73 additions and 73 deletions

View File

@ -1,4 +1,4 @@
package projects
package cache
import (
"fmt"

View File

@ -1,4 +1,4 @@
package projects
package cache
import (
"errors"

View File

@ -1,4 +1,4 @@
package projects
package cache
import (
"fmt"

View File

@ -1,4 +1,4 @@
package projects
package cache
import (
"strings"

View File

@ -1,4 +1,4 @@
package projects
package cache
import (
"strings"

View File

@ -1,4 +1,4 @@
package projects
package cache
import (
"strings"

View File

@ -1,4 +1,4 @@
package projects
package cache
import (
"bytes"

View File

@ -1,4 +1,4 @@
package projects
package cache
import (
"errors"

View File

@ -1,4 +1,4 @@
package projects
package cache
import (
"context"