sys: golang.org/x/sys/windows/svc/example Files | Directories

Packages imported by main

PathSynopsis
fmtPackage fmt implements formatted I/​O with functions analogous to C's printf and scanf.
golang.org/x/sys/windows/svcPackage svc provides everything required to build Windows service.
golang.org/x/sys/windows/svc/debugPackage debug provides facilities to execute svc.Handler on console.
golang.org/x/sys/windows/svc/eventlogPackage eventlog implements access to Windows event log.
golang.org/x/sys/windows/svc/mgrPackage mgr can be used to manage Windows service programs.
logPackage log implements a simple logging package.
osPackage os provides a platform-independent interface to operating system functionality.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syscallPackage syscall contains an interface to the low-level operating system primitives.
timePackage time provides functionality for measuring and displaying time.