Created
February 9, 2021 21:02
-
-
Save percybolmer/5beaa96aeb40455a3d0b2d8ebd066dc8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 main | |
import ( | |
"testing" | |
) | |
func TestThis(t *testing.T) { | |
} | |
func TestThis2(t *testing.T) { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment