mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-10 13:43:49 +02:00
feat:#36 added protobuf for golang microservices
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
package functions
|
||||
|
||||
import (
|
||||
localTime "htwkalender-ical/service/functions/time"
|
||||
localTime "htwkalender/ical/service/functions/time"
|
||||
"time"
|
||||
)
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
package functions
|
||||
|
||||
import (
|
||||
mockTime "htwkalender-ical/service/functions/time"
|
||||
mockTime "htwkalender/ical/service/functions/time"
|
||||
"reflect"
|
||||
"testing"
|
||||
"time"
|
||||
|
@@ -17,7 +17,7 @@
|
||||
package time
|
||||
|
||||
import (
|
||||
"htwkalender-ical/model"
|
||||
"htwkalender/ical/model"
|
||||
"time"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user