diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-12-18 03:20:47 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-12-18 03:20:47 -0500 |
commit | 3b1bdfbd2687e81bef85260f9cdfbf617ece3527 (patch) | |
tree | 93f2c45e6e616ab63e5fb21f4d2a740d8b9b05e2 /sd_daemon/.gitignore | |
parent | eb6e8a6ca87879a6ca85788fcf6d3bf8848088e6 (diff) |
Implement almost all of sd-daemon. BREAKING CHANGES.v0.2.0
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.
Diffstat (limited to 'sd_daemon/.gitignore')
-rw-r--r-- | sd_daemon/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |