예제 #1
0
파일: commands.go 프로젝트: DrGo/samay
func startTimer(project *data.Project) (err error) {
	return project.StartTimer()
}