taconi
|
fe4ade78df
|
feat: adds GetArg and GetWord methods to Buffer (#3112)
|
2024-03-12 21:23:08 +01:00 |
|
Dmitry Maluka
|
298fa40f90
|
Fix buffer.RuneAt (#1895)
Fix buffer.RuneAt returning the rune not at the given location (as the
documentation claims) but just before it.
|
2020-10-19 20:36:14 -04:00 |
|
Sourya Vatsyayan
|
fc3dd9a62f
|
Fix quality issues (#1856)
* Add .deepsource.toml
* Remove unnecessary comparison with bool
* Remove unnecessary use of slice
* Replace multiple `append`s with one
* Remove unnecessary wrapping of function call
* Fix check for empty string
* Simplify error creation with `fmt.Errorf`
* Fix defers before error check
Signed-off-by: sourya_deepsource <sourya@deepsource.io>
* Remove untrappable `os.Kill` signal
Signed-off-by: sourya_deepsource <sourya@deepsource.io>
* Remove empty else branch
Signed-off-by: sourya_deepsource <sourya@deepsource.io>
* Add missing error check
Signed-off-by: sourya_deepsource <sourya@deepsource.io>
* Merge variable declaration and assignment
Signed-off-by: sourya_deepsource <sourya@deepsource.io>
* Remove unnecessary `nil` check
Signed-off-by: sourya_deepsource <sourya@deepsource.io>
* Revert changes to generated files
Signed-off-by: sourya_deepsource <sourya@deepsource.io>
* Remove .deepsource.toml
Signed-off-by: sourya_deepsource <sourya@deepsource.io>
Co-authored-by: DeepSource Bot <bot@deepsource.io>
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
|
2020-09-16 00:08:01 -04:00 |
|
Zachary Yedidia
|
79c0ea17ad
|
Use CharacterCount over RuneCount
|
2020-05-20 16:47:08 -04:00 |
|
Zachary Yedidia
|
eff89a98a7
|
Fix v2 import path for go mod
|
2020-05-04 10:16:15 -04:00 |
|
Zachary Yedidia
|
8d85cae4c0
|
Add autocomplete
|
2019-12-25 17:05:10 -05:00 |
|
Zachary Yedidia
|
7cd5024e34
|
Small fixes
|
2019-12-25 17:05:10 -05:00 |
|
Zachary Yedidia
|
0612af1590
|
Change project layout and use go.mod
|
2019-12-25 17:05:10 -05:00 |
|