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