mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 11:42:14 +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