diff options
| author | Jeff Carr <[email protected]> | 2025-01-05 01:19:42 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-05 01:19:42 -0600 |
| commit | 2c3babe91788270e6c7746b0a87f4976f7945dc0 (patch) | |
| tree | c476cfd43b7f0683d6e302b89d5797456376af4b /message.go | |
| parent | 7f8cdac6fad06a548997f9bb1fbdc6507836efb0 (diff) | |
tries to dump some info about a repov0.0.3
Diffstat (limited to 'message.go')
| -rw-r--r-- | message.go | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -7,22 +7,6 @@ import ( "go.wit.com/log" ) -// are sent via -ldflags at buildtime -var VERSION string -var BUILDTIME string - -func main() { - if argv.Refs { - showRefs() - } else { - testMessage() - } -} - -func showRefs() { - log.Info("how do you do this with libgit2 and git2go? notsure.") -} - func testMessage() { var input git.Trailer |
