Skip to content

Commit

Permalink
remove data print
Browse files Browse the repository at this point in the history
  • Loading branch information
BBBmau committed Feb 16, 2024
1 parent ae84cde commit 4cbb813
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import (
func main() {
cmd := exec.Command("go", "list", "../../../google/services/...")
stdout, err := cmd.Output()
fmt.Println(stdout)
if err != nil {
fmt.Println(err.Error())
return
Expand Down

0 comments on commit 4cbb813

Please sign in to comment.