diff options
| author | Shulhan <ms@kilabit.info> | 2023-04-01 16:11:24 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-04-01 16:15:08 +0700 |
| commit | 3e188c30249222b58504ca87da66564b31f63d11 (patch) | |
| tree | b3a4b8ecb11e73d6304d587c97894f77acae9325 /blockd.go | |
| parent | 482ff43bdd061d194875920f43ae335a69053946 (diff) | |
| download | rescached-3e188c30249222b58504ca87da66564b31f63d11.tar.xz | |
all: update go doc comments
While at it, use "_" for unused parameter on methods.
Diffstat (limited to 'blockd.go')
| -rw-r--r-- | blockd.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ const ( lastUpdatedFormat = "2006-01-02 15:04:05 MST" ) +// Blockd define the container for each block.d section in configuration. type Blockd struct { lastUpdated time.Time |
