mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-30 23:28:51 +00:00
Format go imports
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
This commit is contained in:
parent
c694b570e0
commit
054a62fb30
58 changed files with 125 additions and 68 deletions
|
|
@ -17,9 +17,9 @@ limitations under the License.
|
|||
package main
|
||||
|
||||
import (
|
||||
sourcev1 "github.com/fluxcd/source-controller/api/v1beta1"
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
|
||||
sourcev1 "github.com/fluxcd/source-controller/api/v1beta1"
|
||||
)
|
||||
|
||||
var suspendSourceGitCmd = &cobra.Command{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue