mirror of
https://github.com/caddyserver/caddy.git
synced 2025-05-29 23:25:50 +08:00
filesystem: Globally declared filesystems, fs
directive (#5833)
This commit is contained in:
@ -26,7 +26,7 @@ package reverseproxy
|
||||
import "testing"
|
||||
|
||||
func TestEqualFold(t *testing.T) {
|
||||
var tests = []struct {
|
||||
tests := []struct {
|
||||
name string
|
||||
a, b string
|
||||
want bool
|
||||
@ -64,7 +64,7 @@ func TestEqualFold(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestIsPrint(t *testing.T) {
|
||||
var tests = []struct {
|
||||
tests := []struct {
|
||||
name string
|
||||
in string
|
||||
want bool
|
||||
|
Reference in New Issue
Block a user