Skip to content
This repository was archived by the owner on Dec 20, 2024. It is now read-only.

Commit c5e3339

Browse files
committed
fix(version) : add some punctuation
Signed-off-by: hwdef <[email protected]>
1 parent 71d3b08 commit c5e3339

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@ vendor/
2121

2222
out
2323
gen### Go template
24-
# Binaries for programs and plugins
24+
# Binaries for programs and plugins.
2525
*.exe
2626
*.dll
2727
*.so
2828
*.dylib
2929

30-
# Test binary, build with `go test -c`
30+
# Test binary, build with `go test -c`.
3131
*.test
3232
coverage.txt
3333

34-
# Output of the go coverage tool, specifically when used with LiteIDE
34+
# Output of the go coverage tool, specifically when used with LiteIDE.
3535
*.out
3636

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

4040
#dfget

version/version.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,22 +46,22 @@ var (
4646
// populate via ldflags
4747
buildDate string
4848

49-
// goVersion is the running program's golang version
49+
// goVersion is the running program's golang version.
5050
goVersion = runtime.Version()
5151

52-
// os is the running program's operating system
52+
// os is the running program's operating system.
5353
os = runtime.GOOS
5454

55-
// arch is the running program's architecture target
55+
// arch is the running program's architecture target.
5656
arch = runtime.GOARCH
5757

58-
// DFDaemonVersion is the version of dfdaemon
58+
// DFDaemonVersion is the version of dfdaemon.
5959
DFDaemonVersion = version
6060

61-
// DFGetVersion is the version of dfget
61+
// DFGetVersion is the version of dfget.
6262
DFGetVersion = version
6363

64-
// SupernodeVersion is the version of supernode
64+
// SupernodeVersion is the version of supernode.
6565
SupernodeVersion = version
6666

6767
// DFVersion is the global instance of DragonflyVersion.

0 commit comments

Comments
 (0)