FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cloudquery/main.go at main · cloudquery/cloudquery · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
cloudquery
/
cloudquery
Public
Notifications
You must be signed in to change notification settings
Fork
555
Star
6.5k
Code
Issues
134
Pull requests
33
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
cloudquery
/
main.go
Copy path
More file actions
More file actions
Latest commit
History
History
History
15 lines (12 loc) · 415 Bytes
Breadcrumbs
cloudquery
/
main.go
Copy path
File metadata and controls
15 lines (12 loc) · 415 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// CloudQuery uses a monorepo approach with a separate Go module per component. Visit our GitHub repository to see the full project structure and all the components https://github.com/cloudquery/cloudquery
package
main
import
(
"context"
"fmt"
"github.com/cloudquery/cloudquery/cli/v6/cmd"
)
func
main
() {
if
err
:=
cmd
.
NewCmdRoot
().
ExecuteContext
(
context
.
Background
());
err
!=
nil
{
fmt
.
Println
(
err
)
}
}
Back
|
FazBrowse Home
|
New Git URL