Skip to content

Commit

Permalink
Use correct comment character
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny McCormick authored Aug 16, 2019
1 parent 3b60f67 commit 5064ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ steps:
- uses: actions/checkout@master
- uses: actions/setup-go@v1
with:
go-version: '1.9.3' // The Go version to download (if necessary) and use.
go-version: '1.9.3' # The Go version to download (if necessary) and use.
- run: go run hello.go
```
Expand Down

0 comments on commit 5064ef8

Please sign in to comment.