mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 15:37:24 +00:00
fix static check failures
This commit is contained in:
@@ -16,5 +16,5 @@ limitations under the License.
|
||||
|
||||
package gofiles
|
||||
|
||||
func bar() {
|
||||
func Bar() {
|
||||
}
|
||||
|
||||
@@ -16,5 +16,5 @@ limitations under the License.
|
||||
|
||||
package gofiles
|
||||
|
||||
func foo() {
|
||||
func Foo() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user