Warning: file_put_contents(aCache/aDaily/post/golang_interview/-800-801-800-): Failed to open stream: No space left on device in /var/www/tgoop/post.php on line 50
Golang вопросы собеседований@golang_interview P.800
GOLANG_INTERVIEW Telegram 800
👣 Gocron — пет-проект по созданию простого аналога cron

git clone https://github.com/legostin/gocron
cd gocron
# ...задаём cronjob.json
go build main.go
./main


Например, чтобы запускать команду ping -c 4 google.com >> ./logs.txt каждые 15 секунд нужно написать в cronjob.json это:
{
"Tasks":[
{
"Period":15,
"Command":"ping -c 4 google.com",
"Output":"./logs.txt"
}
]
}


В общем, простой пет-проект, который поможет в изучении Go

🖥 GitHub

@golang_interview
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
👍15🔥21🌭1



tgoop.com/golang_interview/800
Create:
Last Update:

👣 Gocron — пет-проект по созданию простого аналога cron

git clone https://github.com/legostin/gocron
cd gocron
# ...задаём cronjob.json
go build main.go
./main


Например, чтобы запускать команду ping -c 4 google.com >> ./logs.txt каждые 15 секунд нужно написать в cronjob.json это:
{
"Tasks":[
{
"Period":15,
"Command":"ping -c 4 google.com",
"Output":"./logs.txt"
}
]
}


В общем, простой пет-проект, который поможет в изучении Go

🖥 GitHub

@golang_interview

BY Golang вопросы собеседований





Share with your friend now:
tgoop.com/golang_interview/800

View MORE
Open in Telegram


Telegram News

Date: |

Telegram offers a powerful toolset that allows businesses to create and manage channels, groups, and bots to broadcast messages, engage in conversations, and offer reliable customer support via bots. Avoid compound hashtags that consist of several words. If you have a hashtag like #marketingnewsinusa, split it into smaller hashtags: “#marketing, #news, #usa. The public channel had more than 109,000 subscribers, Judge Hui said. Ng had the power to remove or amend the messages in the channel, but he “allowed them to exist.” 2How to set up a Telegram channel? (A step-by-step tutorial) Each account can create up to 10 public channels
from us


Telegram Golang вопросы собеседований
FROM American