package main import ( _ "golang.org/x/exp/inotify" _ "gopkg.in/yaml.v2" "nslcd_systemd" ) func main() { nslcd_systemd.Main(nil) }