fixed spelling error
Dieser Commit ist enthalten in:
Ursprung
9ac6b96eee
Commit
5717ec7a91
2
http.go
2
http.go
|
@ -239,7 +239,7 @@ func unequal[T comparable](i T) func(t T) bool {
|
|||
// 3. Middleware.Sites
|
||||
// 4. Site.Setup
|
||||
func (s *Server) Setup() {
|
||||
log.Info().Msg("Perparing server for start")
|
||||
log.Info().Msg("Preparing server for start")
|
||||
var (
|
||||
router *gin.Engine
|
||||
found bool
|
||||
|
|
Laden…
In neuem Issue referenzieren