1. add go-hashtag

2. add editor config file
This commit is contained in:
Viktor Alenkov 2023-09-23 07:49:05 +03:00
parent cc5ee13cec
commit 7f8acbc691
No known key found for this signature in database
GPG Key ID: BFA5ABB9DAEF6268
2 changed files with 11 additions and 0 deletions

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
root = true
[*]
charset = utf-8
end_of_line = lf
tab_width = 4
indent_size = tab
indent_style = tab
insert_final_newline = true
max_line_length = 120

View File

@ -2402,6 +2402,7 @@ See also [Natural Language Processing](#natural-language-processing) and [Text A
- [editorconfig-core-go](https://github.com/editorconfig/editorconfig-core-go) - Editorconfig file parser and manipulator for Go.
- [encdec](https://github.com/mickep76/encdec) - Package provides a generic interface to encoders and decoders.
- [go-fasttld](https://github.com/elliotwutingfeng/go-fasttld) - High performance effective top level domains (eTLD) extraction module.
- [go-hashtag](https://github.com/itbasis/go-hashtag) - Library for working with hashtags in the text
- [go-nmea](https://github.com/adrianmo/go-nmea) - NMEA parser library for the Go language.
- [go-vcard](https://github.com/emersion/go-vcard) - Parse and format vCard.
- [gofeed](https://github.com/mmcdole/gofeed) - Parse RSS and Atom feeds in Go.