Skip to content

Commit

Permalink
structure change for cluster config func
Browse files Browse the repository at this point in the history
  • Loading branch information
ShwethaKumbla committed May 20, 2021
1 parent 1d1fdeb commit 35af9ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion klient/klient.go → klient/conf/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

package klient
package conf

import (
"flag"
Expand Down
2 changes: 1 addition & 1 deletion klient/klient_test.go → klient/conf/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

package klient
package conf

import (
"flag"
Expand Down

0 comments on commit 35af9ab

Please sign in to comment.