mirror of
https://github.com/taigrr/gico.git
synced 2026-04-02 03:09:07 -07:00
add repo caching for non-chan
This commit is contained in:
@@ -4,7 +4,6 @@ import (
|
||||
"flag"
|
||||
"fmt"
|
||||
"os"
|
||||
"time"
|
||||
|
||||
"github.com/taigrr/gico/types"
|
||||
"github.com/taigrr/gico/ui"
|
||||
@@ -43,15 +42,6 @@ func NewDataSet() types.DataSet {
|
||||
return make(types.DataSet)
|
||||
}
|
||||
|
||||
func NewCommit(Author, Message, Repo, Path string, LOC int) types.Commit {
|
||||
ci := types.Commit{
|
||||
Message: Message,
|
||||
Author: Author, LOC: LOC, TimeStamp: time.Now(),
|
||||
Repo: Repo, Path: Path,
|
||||
}
|
||||
return ci
|
||||
}
|
||||
|
||||
func loadRepo() {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user