Temporarily use my go-gogs-client fork until my issue_comment.go bugfix is merged into gogits repo

master
Matthew Ruschmann 7 years ago
parent fcb894dd14
commit cb31cd192d

@ -2,7 +2,8 @@ package main
import (
"github.com/xanzy/go-gitlab"
"github.com/gogits/go-gogs-client"
// "github.com/gogits/go-gogs-client"
"github.com/mruschmann/go-gogs-client"
"fmt"
"bufio"
"os"

Loading…
Cancel
Save