Skip to content

Commit 2e783ed

Browse files
authored
Update types.go
1 parent 942b85c commit 2e783ed

File tree

1 file changed

+2
-2
lines changed
  • internals/proxy/middlewares/types

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
// Pretty useless, but go requires seperate package
1+
// Pretty useless, but go requires separate package
22
// since import cycles are not allowed
33

44
package middlewareTypes
55

66
type DataAlias struct {
77
Alias string `koanf:"alias"`
88
Score int `koanf:"score"`
9-
}
9+
}

0 commit comments

Comments
 (0)