Refactor kafka to pure Go (franz-go), fix DBC stubs, update Dockerfile
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package mt19937
|
||||
|
||||
import (
|
||||
"fiskerinc.com/modules/logger"
|
||||
"github.com/fiskerinc/cloud-services/pkg/logger"
|
||||
)
|
||||
|
||||
type bernoulli_distribution struct {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package mt19937
|
||||
|
||||
import "fiskerinc.com/modules/logger"
|
||||
import "github.com/fiskerinc/cloud-services/pkg/logger"
|
||||
|
||||
type aliasTableUnit struct {
|
||||
weight float64
|
||||
|
||||
Reference in New Issue
Block a user