Skip to content

vinodborole/winservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Setup

On your BASE_DIR

git clone https://github.com/vinodborole/winservice.git

set GOPATH = $BASE_DIR/winservice

cd $BASE_DIR/winservice/src/service

dep init

go install

#Usage

usage: service where is one of install, remove, debug, start, stop, pause or continue.

###Step 1

service install

###Step 2

service start

Check windows service for a service with name "my service"

In order to start service in debug mode use following cmd

service debug

About

Creating windows service for http server in GO Lang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages