This repository was archived by the owner on Dec 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -21,20 +21,20 @@ vendor/
2121
2222out
2323gen ### 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
3232coverage.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
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments