We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e3d19 commit 5c11c6cCopy full SHA for 5c11c6c
examples/basic/times/time_calc_nextmonth.go
@@ -57,7 +57,7 @@ func CalcNextMonth() error {
57
nextMonth2 = first.AddDate(0, 2, -1)
58
}
59
60
- output.Stdoutl("[nextmonth1]", nextMonth2.Format(time.RFC3339))
+ output.Stdoutl("[nextmonth2]", nextMonth2.Format(time.RFC3339))
61
62
return nil
63
0 commit comments