From 7f8acbc6916dd406651d246205754c578d5f2d84 Mon Sep 17 00:00:00 2001 From: Viktor Alenkov Date: Sat, 23 Sep 2023 07:49:05 +0300 Subject: [PATCH] 1. add go-hashtag 2. add editor config file --- .editorconfig | 10 ++++++++++ README.md | 1 + 2 files changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..a3807de5 --- /dev/null +++ b/.editorconfig @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index d0366138..54ef9f85 100644 --- a/README.md +++ b/README.md @@ -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.