You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@
15
15
16
16
> <palign="center">A dead simple Go library for sending notifications to various messaging services.</p>
17
17
18
+
> [!NOTE]
18
19
> **[July 2024 Update]**: Notify is back under active maintenance! [Read the full announcement here](https://github.com/nikoksr/notify/discussions/840).
19
20
20
21
<h1></h1>
@@ -67,8 +68,6 @@ In this example, we use the global `Send()` function. Similar to most logging li
67
68
libraries, we also recommend avoiding the use of global functions as much as possible. Instead, use one of our versatile
68
69
constructor functions to create a new local `Notify` instance and pass it down the stream.
69
70
70
-
Read the [library docs](https://pkg.go.dev/github.com/nikoksr/notify#section-documentation) for more information.
71
-
72
71
## Contributing <aid="contributing"></a>
73
72
74
73
Yes, please! Contributions of all kinds are very welcome! Feel free to check our [open issues](https://github.com/nikoksr/notify/issues). Please also take a look at the [contribution guidelines](https://github.com/nikoksr/notify/blob/main/CONTRIBUTING.md).
@@ -88,7 +87,7 @@ Yes, please! Contributions of all kinds are very welcome! Feel free to check our
@@ -123,13 +122,10 @@ Yes, please! Contributions of all kinds are very welcome! Feel free to check our
123
122
124
123
The [logo](https://github.com/MariaLetta/free-gophers-pack) was made by the amazing [MariaLetta](https://github.com/MariaLetta).
125
124
126
-
## Similar projects <aid="similar_projects"></a>
127
-
128
-
> Just to clarify, Notify was not inspired by any other project. I created it as a tiny subpackage of a larger project and only later decided to make it a standalone project. In this section I just want to mention other great projects.
If you find this project useful, consider giving it a ⭐️! Your support helps bring more attention to the project, allowing us to enhance it even further.
132
128
133
-
## Show your support <aid="support"></a>
129
+
While you're here, feel free to check out my other work:
134
130
135
-
Please give a ⭐️ if you like the project! It draws more attention to the project, which helps us improve it even faster.
131
+
-[nikoksr/konfetty](https://github.com/nikoksr/konfetty) - Zero-dependency, type-safe and powerful post-processing for your existing config solution in Go.
0 commit comments