Created
November 28, 2018 01:39
-
-
Save sumitasok/54139889cf3430ec7ef2e82398c4dccd to your computer and use it in GitHub Desktop.
Golang Test snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package models_test | |
import ( | |
"testing" | |
"github.com/stretchr/testify/assert" | |
) | |
func TestMeta_ToJson(t *testing.T) { | |
assert := assert.New(t) | |
assert.True(true) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment