Commit 4b53ac9 1 parent c08df54 commit 4b53ac9 Copy full SHA for 4b53ac9
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- // Package tamrieltime implements a dsts.Provider for displaying current time
2
- // and date, formatted as in Skyrim.
1
+ // Package tamrieltime implements functions for displaying current time and
2
+ // date, formatted as in Skyrim.
3
3
//
4
4
// See <https://en.uesp.net/wiki/Lore:Calendar>.
5
5
package tamrieltime
@@ -64,8 +64,8 @@ func Format(t time.Time) string {
64
64
65
65
var _ dsts.StatusProviderFunc = TamrielTime
66
66
67
- // TamrielTime is a `dsts.Provider ` for displaying the current date and time in
68
- // the format used by Skyrim.
67
+ // TamrielTime is a `dsts.StatusProviderFunc ` for displaying the current date
68
+ // and time in the format used by Skyrim.
69
69
func TamrielTime (ctx context.Context , ch chan <- dsts.I3Status ) error {
70
70
firstTick := make (chan struct {})
71
71
go func () {
You can’t perform that action at this time.
0 commit comments