Commit Graph

86 Commits

Author SHA1 Message Date
gorhill 2323c4aca0 oops 2013-09-09 08:58:09 -04:00
gorhill 0766840399 moving command line utility here 2013-09-09 08:48:39 -04:00
gorhill b4282cae90 LW 2013-09-08 10:40:27 -04:00
gorhill 17ea23bf08 further tidying 2013-09-08 10:37:12 -04:00
gorhill 13ba1270e1 split/rename 2013-09-07 17:11:53 -04:00
gorhill 8da0efdd84 split/rename cronexpr_impl.go 2013-09-07 17:08:27 -04:00
gorhill 8a4a15a5a2 restrict week number to valid values 2013-09-07 16:04:25 -04:00
gorhill 7f9a918f89 golint/deadcode/etc. 2013-09-07 15:45:21 -04:00
gorhill e869d999cf issues #1, #3, #5, #6 2013-09-07 14:02:17 -04:00
gorhill 662c567db4 fixed borken example 2013-09-02 16:03:21 -04:00
gorhill 164843d2d0 added benchmarking, as per #5 2013-09-02 10:34:47 -04:00
gorhill 5442b2bfef changes as per #5 2013-09-02 09:25:49 -04:00
gorhill 4f0ef12848 clarification about time zones 2013-09-02 08:39:19 -04:00
gorhill ed7ab26608 added test for specific weekdays of week 2013-09-02 08:05:09 -04:00
gorhill b353b8f1d8 fixed specific weekdays of week, wasn't working 2013-09-02 08:02:14 -04:00
gorhill 718fc4c0ab changes as suggested at https://groups.google.com/d/msg/golang-nuts/la6mB5xG1L4/5V0L2GqF_1oJ 2013-09-01 09:24:01 -04:00
gorhill 1998268a1c go fmt'ed 2013-08-31 15:05:03 -04:00
gorhill dc9d12775f reference to companion command-line utility 2013-08-31 14:57:24 -04:00
gorhill 68fd2b282b fixed time zone bug 2013-08-31 13:08:04 -04:00
gorhill 5c3ec34a8d fleshing out doc 2013-08-31 09:07:23 -04:00
gorhill 2594aadb14 fleshing out doc 2013-08-31 09:05:45 -04:00
gorhill 022ba1e5bf renaming cronexpression to cronexpr 2013-08-31 09:00:46 -04:00
gorhill 83135b3c5c renaming cronexpression to cronexpr 2013-08-31 09:00:12 -04:00
Raymond Hill a7091b7c64 Rename cronexpression_test.go to cronexpr_test.go 2013-08-31 08:51:11 -04:00
Raymond Hill 6190b9d9db Rename cronexpression.go to cronexpr.go 2013-08-31 08:50:51 -04:00
gorhill 457a81697e code typo 2013-08-31 08:24:52 -04:00
gorhill 8af06bafc9 more work for renaming convention as per https://groups.google.com/d/msg/golang-nuts/la6mB5xG1L4/W3aJaIRkZxUJ 2013-08-31 08:23:51 -04:00
gorhill e41acb76c8 oops, removed unfinished work re Check() 2013-08-31 08:17:25 -04:00
gorhill a22eb7d9e6 forgot to change remnant of old naming convention 2013-08-31 08:15:58 -04:00
gorhill 47d3d6e543 changed naming convention as per https://groups.google.com/d/msg/golang-nuts/la6mB5xG1L4/W3aJaIRkZxUJ 2013-08-31 08:06:59 -04:00
gorhill ae9c090812 no need for NoMatch(), existing time.IsZero() does the job well 2013-08-30 15:10:15 -04:00
gorhill d3a85f92d8 added package doc, as per issue 2 2013-08-30 11:40:02 -04:00
gorhill eefaec0758 added missing package comment, as per issue 2 2013-08-30 11:18:33 -04:00
gorhill bca585d924 ah yes, forgot to use go fmt 2013-08-30 11:09:36 -04:00
gorhill 59e1694746 better example 2013-08-30 10:57:51 -04:00
gorhill 3b9b5eb646 fixed time layout 2013-08-30 10:10:02 -04:00
gorhill a62fefeb17 use go doc style 2013-08-30 09:44:11 -04:00
gorhill 80d5bd7cc8 fleshing out 2013-08-30 09:17:21 -04:00
gorhill 1b7b1a8d9b fleshing out 2013-08-30 09:14:25 -04:00
gorhill ce6e92ee9f fine tuning 2013-08-30 09:03:42 -04:00
gorhill 4a7dc735f4 prettier? 2013-08-30 09:02:49 -04:00
gorhill 8c1493f105 added API documentation 2013-08-30 08:59:49 -04:00
gorhill fc59c37234 fleshing out comments 2013-08-30 08:26:18 -04:00
gorhill 7ea56a88b3 fixed comments 2013-08-30 08:19:58 -04:00
gorhill 22a2cb9e99 Changed NextTimeFromString() to NextTime() 2013-08-30 08:16:18 -04:00
gorhill c805a2ea5c Changed NextTimeFromCronString() to NextTimeFromString() 2013-08-30 08:12:14 -04:00
gorhill 7613fbf12f trivial 2013-08-30 08:05:01 -04:00
gorhill 80a2cd0ced oops typos, oct=10,nov=11,dec=12 not 1,2,3... 2013-08-30 08:02:15 -04:00
gorhill 8884f283a4 oops typos, oct=10,nov=11,dec=12 not 1,2,3... 2013-08-30 08:00:00 -04:00
gorhill 1c56081e00 fleshing out 2013-08-30 07:36:30 -04:00