This commit is contained in:
Mike Schwörer 2022-11-30 23:35:47 +01:00
parent bdf5b53c20
commit b1e3891256
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
package dataext
package syncext
import (
"context"

View File

@ -1,4 +1,4 @@
package dataext
package syncext
import "time"

View File

@ -1,4 +1,4 @@
package dataext
package syncext
import (
"testing"