Score:-1

#golang Starting go run

ng flag

Every time I start my PC, Go is automatically inactive, so I have to extract it every day.

What I should do with that problem? I want Go to work constantly.

in flag
Could you elaborate a little on what you mean by "extract"? Once Go is installed it does not get removed ... unless you are running Ubuntu in a Live Session only
Score:0
it flag

Here is a way to start it automatically. Retype the command that you use to start Go. This time, however add the following to the end:

YOUR_COMMAND >> ~/.bashrc

Where COMMAND is the original command that you use. Next, if you need to boot Go still, type the following into the terminal:

source ~/.bashrc 

The file to which you just wrote your command, ~/.bashrc, runs each time the system boots. Go should automatically start on boot from here forward.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.