flink-on-k8s-operator icon indicating copy to clipboard operation
flink-on-k8s-operator copied to clipboard

Can you change the package mod name to uppercase

Open chengjoey opened this issue 4 years ago • 0 comments

The package mod name "googlecloudplatform" of flink-operator is lowercase, but the path name on github is uppercase, which causes the service to need lowercase when referencing this package, but the path under the vendor directory is uppercase, and it is case-insensitive when building on mac There is no problem with writing, but when mirroring fails due to capitalization, so can you change the package mod name to uppercase, make the mod name and github path be consistent

chengjoey avatar Jul 02 '21 07:07 chengjoey