summaryrefslogtreecommitdiff
path: root/date.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2018-12-05 00:27:19 +0800
committerShane Mulligan <mullikine@gmail.com>2018-12-11 15:05:15 +1300
commit81b43da7b6b5b34f408f0d785a6c798ddd3b6124 (patch)
treed7fca8e0d1252c910a2a92cdee1e83a703dcdc59 /date.go
parentb89f75c8968e07f41cb7e44a4bbad493cd9e051a (diff)
Fix comments according to best practices by effective go
Diffstat (limited to 'date.go')
-rw-r--r--date.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/date.go b/date.go
index 45f3040..f52ec59 100644
--- a/date.go
+++ b/date.go
@@ -90,7 +90,7 @@ func julianDateToGregorianTime(part1, part2 float64) time.Time {
return time.Date(year, time.Month(month), day, hours, minutes, seconds, nanoseconds, time.UTC)
}
-// By this point generations of programmers have repeated the algorithm sent
+// doTheFliegelAndVanFlandernAlgorithm; By this point generations of programmers have repeated the algorithm sent
// to the editor of "Communications of the ACM" in 1968 (published in CACM,
// volume 11, number 10, October 1968, p.657). None of those programmers seems
// to have found it necessary to explain the constants or variable names set