mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
* cleanup * cleanup go mod * Remove doc generation * add no integration test * fix broken test * rename workflow
8 lines
83 B
Go
8 lines
83 B
Go
package integration
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestIntegrations(t *testing.T) {}
|