Kaynağa Gözat

Move project to writefreely org

main
Matt Baer 3 yıl önce
ebeveyn
işleme
1fe0b16d4f
3 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. +1
    -1
      README.md
  2. +1
    -1
      cmd/wfgraphic-cli/main.go
  3. +1
    -1
      go.mod

+ 1
- 1
README.md Dosyayı Görüntüle

@@ -7,7 +7,7 @@ This tool generates a social media-friendly graphic from some text. It's especia
To run this, you'll need Go installed. With that, you can compile the project:

```
go get github.com/writeas/text-pic/cmd/wfgraphic-cli
go get github.com/writefreely/text-pic/cmd/wfgraphic-cli
```

Then you can run `wfgraphic-cli` with the options below.


+ 1
- 1
cmd/wfgraphic-cli/main.go Dosyayı Görüntüle

@@ -18,8 +18,8 @@ import (
"strings"
"time"

"github.com/writeas/text-pic"
"github.com/writeas/web-core/log"
"github.com/writefreely/text-pic"
)

var (


+ 1
- 1
go.mod Dosyayı Görüntüle

@@ -1,4 +1,4 @@
module github.com/writeas/text-pic
module github.com/writefreely/text-pic

go 1.13



Yükleniyor…
İptal
Kaydet