Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
fix(version) : add some punctuation
Browse files Browse the repository at this point in the history
Signed-off-by: hwdef <[email protected]>
  • Loading branch information
hwdef committed Sep 26, 2019
1 parent 71d3b08 commit c5e3339
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@ vendor/

out
gen### Go template
# Binaries for programs and plugins
# Binaries for programs and plugins.
*.exe
*.dll
*.so
*.dylib

# Test binary, build with `go test -c`
# Test binary, build with `go test -c`.
*.test
coverage.txt

# Output of the go coverage tool, specifically when used with LiteIDE
# Output of the go coverage tool, specifically when used with LiteIDE.
*.out

# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736.
.glide/

#dfget
Expand Down
12 changes: 6 additions & 6 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,22 @@ var (
// populate via ldflags
buildDate string

// goVersion is the running program's golang version
// goVersion is the running program's golang version.
goVersion = runtime.Version()

// os is the running program's operating system
// os is the running program's operating system.
os = runtime.GOOS

// arch is the running program's architecture target
// arch is the running program's architecture target.
arch = runtime.GOARCH

// DFDaemonVersion is the version of dfdaemon
// DFDaemonVersion is the version of dfdaemon.
DFDaemonVersion = version

// DFGetVersion is the version of dfget
// DFGetVersion is the version of dfget.
DFGetVersion = version

// SupernodeVersion is the version of supernode
// SupernodeVersion is the version of supernode.
SupernodeVersion = version

// DFVersion is the global instance of DragonflyVersion.
Expand Down

0 comments on commit c5e3339

Please sign in to comment.