mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 02:31:04 +01:00
minor
This commit is contained in:
parent
eeb7c67bc1
commit
e7f5efa058
|
@ -1,4 +1,5 @@
|
||||||
//go:build go1.18
|
//go:build go1.18
|
||||||
|
// +build go1.18
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
//go:build go1.18
|
//go:build go1.18
|
||||||
|
// +build go1.18
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
//go:build go1.18
|
//go:build go1.18
|
||||||
|
// +build go1.18
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
//go:build go1.18
|
//go:build go1.18
|
||||||
|
// +build go1.18
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
//go:build go1.18
|
//go:build go1.18
|
||||||
|
// +build go1.18
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
//go:build go1.18
|
//go:build go1.18
|
||||||
|
// +build go1.18
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
//go:build go1.18
|
//go:build go1.18
|
||||||
|
// +build go1.18
|
||||||
|
|
||||||
package auth
|
package auth
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
//go:build go1.18
|
//go:build go1.18
|
||||||
|
// +build go1.18
|
||||||
|
|
||||||
package auth
|
package auth
|
||||||
|
|
||||||
|
@ -169,7 +170,6 @@ func (c *Configuration) BindFile(filename string) error {
|
||||||
|
|
||||||
return yaml.Unmarshal(contents, c)
|
return yaml.Unmarshal(contents, c)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// ToYAML returns the "c" Configuration's contents as raw yaml byte slice.
|
// ToYAML returns the "c" Configuration's contents as raw yaml byte slice.
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
//go:build go1.18
|
//go:build go1.18
|
||||||
|
// +build go1.18
|
||||||
|
|
||||||
package auth
|
package auth
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
//go:build go1.18
|
//go:build go1.18
|
||||||
|
// +build go1.18
|
||||||
|
|
||||||
package auth
|
package auth
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
//go:build go1.18
|
//go:build go1.18
|
||||||
|
// +build go1.18
|
||||||
|
|
||||||
package context
|
package context
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
//go:build go1.18
|
//go:build go1.18
|
||||||
|
// +build go1.18
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Until go version 2, we can't really apply the type alias feature on a generic type or function,
|
Until go version 2, we can't really apply the type alias feature on a generic type or function,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user