mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 20:21:20 +00:00
Merge pull request #81940 from carlory/fix-appserver
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