Skip to content

Commit

Permalink
fix gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
noborus committed Aug 15, 2019
1 parent d800edf commit 39beef1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# psutilsql

[![GoDoc](https://godoc.org/github.com/noborus/psutilsql?status.svg)](https://godoc.org/github.com/noborus/psutilsql)
[![Build Status](https://travis-ci.com/noborus/psutilsql.svg?branch=master)](https://travis-ci.com/noborus/psutilsql)

CLI tool that can be processed by SQL using [gopsutil](https://github.com/shirou/gopsutil) library.
Expand Down
1 change: 0 additions & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ var (
Revision string
)


// Execute adds all child commands to the root command and sets flags appropriately.
// This is called by main.main(). It only needs to happen once to the rootCmd.
func Execute(version string, revision string) {
Expand Down
2 changes: 1 addition & 1 deletion table_query.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package psutilsql

import (
"runtime"
"fmt"
"runtime"

"github.com/noborus/trdsql"
)
Expand Down

0 comments on commit 39beef1

Please sign in to comment.