Browse Source

fix fmt

main
Lunny Xiao 5 years ago
parent
commit
53866eef22
No known key found for this signature in database GPG Key ID: C3B7C91B632F738A
  1. 2
      cmd/reverse_test.go

2
cmd/reverse_test.go

@ -9,8 +9,8 @@ import (
"io/ioutil"
"testing"
"github.com/stretchr/testify/assert"
_ "github.com/mattn/go-sqlite3"
"github.com/stretchr/testify/assert"
)
var result = fmt.Sprintf(`package models

Loading…
Cancel
Save