Changed module name
This commit is contained in:
@@ -3,7 +3,7 @@ package main
|
||||
import (
|
||||
"context"
|
||||
|
||||
"git.cems.dev/cdricms/bdooc/proto"
|
||||
"git.cems.dev/cdricms/bdooc/ex1/proto"
|
||||
"github.com/wailsapp/wails/v2/pkg/runtime"
|
||||
)
|
||||
|
||||
|
||||
1
ex1/frontend/dist/assets/index.0f93eccd.js
vendored
Normal file
1
ex1/frontend/dist/assets/index.0f93eccd.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
ex1/frontend/dist/assets/index.b19f2494.js
vendored
1
ex1/frontend/dist/assets/index.b19f2494.js
vendored
File diff suppressed because one or more lines are too long
2
ex1/frontend/dist/index.html
vendored
2
ex1/frontend/dist/index.html
vendored
@@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8"/>
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
|
||||
<title>bdooc</title>
|
||||
<script type="module" crossorigin src="/assets/index.b19f2494.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index.0f93eccd.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index.9b35c904.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
module git.cems.dev/cdricms/bdooc
|
||||
module git.cems.dev/cdricms/bdooc/ex1
|
||||
|
||||
go 1.22.2
|
||||
|
||||
|
||||
@@ -5,8 +5,8 @@ import (
|
||||
"encoding/csv"
|
||||
"os"
|
||||
|
||||
"git.cems.dev/cdricms/bdooc/parsing"
|
||||
p "git.cems.dev/cdricms/bdooc/proto"
|
||||
"git.cems.dev/cdricms/bdooc/ex1/parsing"
|
||||
p "git.cems.dev/cdricms/bdooc/ex1/proto"
|
||||
"github.com/wailsapp/wails/v2"
|
||||
"github.com/wailsapp/wails/v2/pkg/menu"
|
||||
"github.com/wailsapp/wails/v2/pkg/menu/keys"
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user