IT 이모저모

Go 서비스

exien 2018. 2. 21. 09:06
C\GoApp\Src> go build dummyService.go
C\GoApp\Src> sc create DummyService binPath= c:\goapp\src\dummyService.exe

테스트 후 서비스를 삭제하기 위해서는 다음 명령을 실행한다.

http://golang.site/go/article/116

C\GoApp\Src> sc delete DummyService