Ben Kalman
fd034f8c81
Simplify Path construction in Go ( #2262 )
...
Previously there were 3 ways to construct a Path: via methods like
AddIndex, via parsing/AddPath, and simply via using append() (since Path
is a slice).
This patch deletes the former and leaves only ParsePath and append(),
with the ability to manually create the various path parts (I've made
them public). I also added documentation for the public types/fields.
2016-08-05 15:16:04 -07:00
..
2016-08-01 12:09:02 -04:00
2016-07-18 14:28:56 -07:00
2016-08-02 15:47:04 -07:00
2016-07-28 16:55:41 -07:00
2016-08-02 16:58:41 -07:00
2016-08-05 14:22:39 -07:00
2016-07-05 22:07:42 -07:00
2016-07-12 13:59:08 -07:00
2016-07-29 21:35:17 -07:00
2016-07-05 22:07:42 -07:00
2016-07-05 22:07:42 -07:00
2016-07-12 13:59:08 -07:00
2016-07-05 22:07:42 -07:00
2016-07-05 22:07:42 -07:00
2016-08-02 13:31:19 -07:00
2016-08-02 13:31:19 -07:00
2016-08-05 11:45:29 -07:00
2016-07-28 16:58:33 -07:00
2016-07-12 13:59:08 -07:00
2016-07-05 22:07:42 -07:00
2016-07-05 22:07:42 -07:00
2016-07-29 13:22:39 -07:00
2016-07-28 16:55:41 -07:00
2016-07-05 22:07:42 -07:00
2016-07-28 16:55:41 -07:00
2016-08-05 14:22:39 -07:00
2016-08-05 14:22:39 -07:00
2016-07-05 22:07:42 -07:00
2016-08-05 14:22:39 -07:00
2016-08-05 14:22:39 -07:00
2016-07-28 16:55:41 -07:00
2016-08-05 14:22:39 -07:00
2016-07-05 22:07:42 -07:00
2016-08-05 11:45:29 -07:00
2016-07-05 22:07:42 -07:00
2016-07-12 13:59:08 -07:00
2016-08-01 12:09:02 -04:00
2016-07-12 13:59:08 -07:00
2016-07-27 17:12:35 -07:00
2016-07-28 14:57:31 -07:00
2016-07-28 16:44:49 -07:00
2016-08-05 15:16:04 -07:00
2016-08-05 15:16:04 -07:00
2016-07-05 22:07:42 -07:00
2016-08-01 11:28:29 -07:00
2016-08-01 11:28:29 -07:00
2016-07-05 22:07:42 -07:00
2016-07-28 16:58:33 -07:00
2016-08-02 16:58:41 -07:00
2016-07-05 22:07:42 -07:00
2016-08-05 14:22:39 -07:00
2016-07-21 14:51:32 -07:00
2016-07-21 14:51:32 -07:00
2016-07-05 22:07:42 -07:00
2016-07-05 22:07:42 -07:00
2016-08-05 14:22:39 -07:00
2016-08-05 14:22:39 -07:00
2016-07-05 22:07:42 -07:00
2016-07-05 22:07:42 -07:00
2016-08-04 16:11:11 -07:00
2016-08-04 16:11:11 -07:00
2016-07-29 21:35:17 -07:00
2016-07-29 21:35:17 -07:00
2016-07-29 21:35:17 -07:00
2016-07-29 21:35:17 -07:00
2016-07-29 21:35:17 -07:00
2016-08-01 12:09:02 -04:00
2016-07-05 22:07:42 -07:00
2016-07-30 11:21:04 -07:00
2016-07-26 15:31:43 -07:00
2016-08-01 12:09:02 -04:00
2016-07-05 22:07:42 -07:00
2016-07-05 22:07:42 -07:00
2016-08-05 11:45:29 -07:00