Skip to content

Commit

Permalink
Remove an extraneous space from example code
Browse files Browse the repository at this point in the history
  • Loading branch information
flimzy authored and andydotxyz committed Sep 4, 2024
1 parent 8f1db58 commit 869fffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion started/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To test this input behaviour we create a new file (with a name ending
`_test.go` to mark it as tests) that defines a `TestGreeter` function.

```go
package main
package main

import (
"testing"
Expand Down

0 comments on commit 869fffe

Please sign in to comment.