Commit Graph

20 Commits

Author SHA1 Message Date
Patrick Jones 63894e5681
Update example_test.go 2021-08-04 14:43:05 -07:00
Patrick Jones 0bd54f5919 downscope: documentation tweaks 2021-07-31 00:29:48 -07:00
Patrick Jones e4ec8cdba1 Removed some code that's not yet finished 2021-07-29 14:44:16 -07:00
Patrick Jones c9764790d5 downscope: update documentation 2021-07-29 13:38:18 -07:00
Patrick Jones 941cf10a8e downscope: move validation checks 2021-06-24 16:24:14 -07:00
Patrick Jones fec7137f21 downscope: fix some nits 2021-06-24 11:42:43 -07:00
Patrick Jones 1888dba9b1 downscope: change return type of NewTokenSource 2021-06-23 10:17:59 -07:00
Patrick Jones 1024258a24 downscope: refactor some code to remove an extraneous function and instead run that code inside of Token() 2021-06-22 13:14:47 -07:00
Patrick Jones 304d28ba9e downscope: further updates and nits 2021-06-22 09:25:17 -07:00
Patrick Jones a362f28044 downscope: fix grammar and punctuation. 2021-06-17 15:11:54 -07:00
Patrick Jones 1d9ea0c8e4 downscope: refactor main functionality into a method on a tokenSource, update examples accordingly, and test for maximum boundary rule violations 2021-06-17 14:58:26 -07:00
Patrick Jones cbbc506128 downscope: fixing nits and renaming 2021-06-17 11:06:20 -07:00
Patrick Jones b594a6032e downscope: minor tweaks 2021-06-16 12:14:24 -07:00
Patrick Jones 776a9ed8a3 downscope: move example files to a separate file & package 2021-06-14 13:51:56 -07:00
Patrick Jones c4c64d51bc downscope: add some context to returned error 2021-06-14 10:55:04 -07:00
Patrick Jones be467eec8b downscope: update comment formatting 2021-06-11 11:43:37 -07:00
Patrick Jones 69736ff94b downscope: make changes related to comments, including adding another example and touching up comment formatting. 2021-06-11 11:40:45 -07:00
Patrick Jones e035bf9673 go fmt 2021-06-10 14:55:56 -07:00
Patrick Jones add9801363 Add exmaple showing how NewTokenSource should be called. 2021-06-10 14:55:41 -07:00
Patrick Jones eb57311a00 Add some validity testing for AccessBoundaryRules and add documentation. 2021-06-10 14:11:50 -07:00