Browse Source

Merge pull request #991 from iliul/master

weed.go: remove unused global variable
pull/997/head
Chris Lu 6 years ago
committed by GitHub
parent
commit
06140f9313
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .gitignore
  2. 1
      weed/weed.go

3
.gitignore

@ -80,3 +80,6 @@ build
target
*.class
other/java/hdfs/dependency-reduced-pom.xml
# binary file
weed/weed

1
weed/weed.go

@ -21,7 +21,6 @@ import (
)
var IsDebug *bool
var server *string
var commands = command.Commands

Loading…
Cancel
Save