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