Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions cmd/github.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// 0.0.8
// Created by make-go-github-file.yaml on Thu Aug 3 00:36:14 UTC 2023
package cmd

var (
githubDate string = "2023-08-03"
githubIteration string = "0"
githubRef string = "refs/tags/0.0.8"
githubRefName string = "0.0.8"
githubRepository string = "kernelsam/go"
githubRepositoryName string = "go"
githubVersion string = "0.0.8"
)