latest
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-05-22 14:25:35 -07:00
parent 7df558d8d0
commit 01bffc8388
10 changed files with 14 additions and 11 deletions

View File

@@ -6,9 +6,9 @@ import (
"errors"
"io"
"git.eeqj.de/sneak/mfer/internal/bork"
"git.eeqj.de/sneak/mfer/internal/log"
"google.golang.org/protobuf/proto"
"sneak.berlin/go/mfer/internal/bork"
"sneak.berlin/go/mfer/internal/log"
)
func (m *manifest) validateProtoOuter() error {

View File

@@ -4,8 +4,8 @@ import (
"bytes"
"testing"
"git.eeqj.de/sneak/mfer/internal/log"
"github.com/stretchr/testify/assert"
"sneak.berlin/go/mfer/internal/log"
)
func TestAPIExample(t *testing.T) {

View File

@@ -10,8 +10,8 @@ import (
"path/filepath"
"strings"
"git.eeqj.de/sneak/mfer/internal/log"
"github.com/spf13/afero"
"sneak.berlin/go/mfer/internal/log"
)
type manifestFile struct {

3
mfer/mf.go Normal file
View File

@@ -0,0 +1,3 @@
package mfer
//go:generate protoc ./mf.proto --go_out=paths=source_relative:.

View File

@@ -5,9 +5,9 @@ import (
"fmt"
"testing"
"git.eeqj.de/sneak/mfer/internal/log"
"github.com/spf13/afero"
"github.com/stretchr/testify/assert"
"sneak.berlin/go/mfer/internal/log"
)
// Add those variables as well

View File

@@ -10,7 +10,7 @@ import (
"google.golang.org/protobuf/proto"
)
//go:generate protoc --go_out=. --go_opt=paths=source_relative mf.proto
// was go-generate protoc --go_out=. --go_opt=paths=source_relative mf.proto
// rot13("MANIFEST")
const MAGIC string = "ZNAVSRFG"