Changed module name

This commit is contained in:
cdricms
2024-04-30 00:58:25 +02:00
parent 0a6792b765
commit d482092764
7 changed files with 7 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ import (
"errors"
"reflect"
"strconv"
"git.cems.dev/cdricms/bdooc/proto"
"git.cems.dev/cdricms/bdooc/ex1/proto"
)
func UnmarshalEmployees(reader *csv.Reader) ([]Employee, error) {