1
0
Fork 0
mirror of https://github.com/vbatts/freezing-octo-hipster.git synced 2025-07-27 01:50:28 +00:00

go*: one go module for the repo, no more nested

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2024-04-26 19:34:55 +00:00
parent a788e9ac95
commit 4ab3be9bc6
Signed by: vbatts
GPG key ID: E30EFAA812C6E5ED
632 changed files with 153930 additions and 133148 deletions

21
vendor/github.com/mqu/go-notify/README generated vendored Normal file
View file

@ -0,0 +1,21 @@
This is a fork of https://github.com/lenormf/go-notify go-notify with some minor corrections.
Install :
# install libnotify devel librairies,
sudo apt-get install libnotify-dev # debian style
# installing go-notify
go get github.com/mqu/go-notify
C Dependencies: libnotify (sudo apt-get install libnotify-dev)
GO Dependencies: github.com/mattn/go-gtk/glib
This package provides GO bindings for the C library libnotify.
Although this package provides full retro-compatibility with the regular C
library, it also provides OOP-like functions for the NotifyNotification object.
The notify package depends on mattn's glib wrapper for the GO language.
See example for usage.