Browse Source

Refactor file_result.go

renovate/configure
Yota Toyama 8 years ago
parent
commit
8a2f644bc0
  1. 4
      file_result.go

4
file_result.go

@ -1,8 +1,6 @@
package main package main
import ( import "strings"
"strings"
)
type fileResult struct { type fileResult struct {
filename string filename string

Loading…
Cancel
Save