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
import (
"strings"
)
import "strings"
type fileResult struct {
filename string

Loading…
Cancel
Save