separate logic into packages

This commit is contained in:
ronnyfriedland 2024-02-27 19:36:52 +01:00
parent 71ab1c5e2c
commit f46785b993
5 changed files with 54 additions and 16 deletions

View file

@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v3
- name: Build
run: go build -v .
run: go build -o timetracker cmd/main.go
- name: Copy necessary files
run: |