From 3b1bdfbd2687e81bef85260f9cdfbf617ece3527 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 18 Dec 2016 03:20:47 -0500 Subject: Implement almost all of sd-daemon. BREAKING CHANGES. This does not include the sd_is_* utility functions. BREAKING CHANGES: - The import name is now "sd_daemon" instead of "sd". - The logger interface is now entirely different. - Notify now takes more arguments. --- sd_daemon/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 sd_daemon/.gitignore (limited to 'sd_daemon/.gitignore') diff --git a/sd_daemon/.gitignore b/sd_daemon/.gitignore new file mode 100644 index 0000000..1687796 --- /dev/null +++ b/sd_daemon/.gitignore @@ -0,0 +1 @@ +/log_util.go -- cgit v1.2.3