1
0
Fork 0
mirror of https://github.com/imjasonh/version synced 2026-07-06 22:12:27 +00:00

Update README.md

This commit is contained in:
Jason Hall 2026-06-03 12:50:47 -04:00 committed by GitHub
parent 19a675423a
commit 986ca14d2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ Since the early days of Go, if you wanted to embed something like the Git commit
```
package main
const commit = "unknown"
var commit = "unknown"
```
and