update test package names

This commit is contained in:
Sky Johnson 2025-03-05 12:32:48 -06:00
parent 47a1b56619
commit 1d82323b41
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
package bench package bench_test
import ( import (
"bytes" "bytes"

View File

@ -1,4 +1,4 @@
package bench package bench_test
import ( import (
"io" "io"

View File

@ -1,4 +1,4 @@
package web_tests package web_test
import ( import (
"errors" "errors"

View File

@ -1,4 +1,4 @@
package web_tests package web_test
import ( import (
"fmt" "fmt"

View File

@ -1,4 +1,4 @@
package web_tests package web_test
import ( import (
"bytes" "bytes"

View File

@ -1,4 +1,4 @@
package web_tests package web_test
import ( import (
"testing" "testing"

View File

@ -1,4 +1,4 @@
package web_tests package web_test
import ( import (
"fmt" "fmt"