D
D
Drjabaka2016-01-12 20:36:47
go
Drjabaka, 2016-01-12 20:36:47

How to make a Go application a process, i.e. not visible as a regular application?

Hey! The application looks at a specific folder, and if it finds the desired file, it automatically sends its contents to email. How to make sure that the console does not hang in tasks, since no interaction with it is planned? How is this done using Go? Thanks

Answer the question

In order to leave comments, you need to log in

1 answer(s)
F
fastpars, 2016-01-12
@Drjabaka


go build -ldflags -H=windowsgui filename.go
stackoverflow.com/questions/23250505/how-do-i-crea...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question