mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
1. add go-hashtag
2. add editor config file
This commit is contained in:
parent
cc5ee13cec
commit
7f8acbc691
10
.editorconfig
Normal file
10
.editorconfig
Normal 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
|
@ -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.
|
- [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.
|
- [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-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-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.
|
- [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.
|
- [gofeed](https://github.com/mmcdole/gofeed) - Parse RSS and Atom feeds in Go.
|
||||||
|
Loading…
Reference in New Issue
Block a user