コード例 #1
0
ファイル: commands.go プロジェクト: DrGo/samay
func startTimer(project *data.Project) (err error) {
	return project.StartTimer()
}