Created
          March 16, 2024 21:24 
        
      - 
      
- 
        Save JohnIrle/a7618a0d38419da99a378f26dbb973c4 to your computer and use it in GitHub Desktop. 
Revisions
- 
        JohnIrle created this gist Mar 16, 2024 .There are no files selected for viewingThis 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ - Create a new live template under the Go template group - Give it an abbreviation. I use trun - Use the Go -> expression context - Paste this into the "Template text" box ``` t.Run("$NAME$", func(t *testing.T) { $END$ }) ```