We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f57ae commit efb93d3Copy full SHA for efb93d3
main.go
@@ -3,7 +3,7 @@ package main
3
import (
4
"github.com/codegangsta/cli"
5
"github.com/spf13/viper"
6
- "github.com/uetchy/alfred-qiita-workflow/qiita"
+ "github.com/uetchy/go-qiita/qiita"
7
"golang.org/x/oauth2"
8
"os"
9
)
qiita/items.go
qiita/qiita.go
qiita/tags.go
qiita/users.go
search.go
@@ -4,7 +4,7 @@ import (
// "fmt"
"github.com/pascalw/go-alfred"
"strings"
10
0 commit comments