Skip to content

Commit

Permalink
temporarily switch some links to margo.kuroku.io to work around #848
Browse files Browse the repository at this point in the history
  • Loading branch information
DisposaBoy committed Jul 31, 2018
1 parent b15a4bb commit b5bf300
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@


nsf/gocode is not enabled in go1.11.
Try migrating to GoSublime's development branch https://margo.sh/b/migrate/?_r=gs
Try migrating to GoSublime's development branch https://margo.kuroku.io/b/migrate/?_r=gs



**Donate:**

Help shape the future of margo and GoSublime.
See https://margo.sh/gosublime-future?_r=gs for more details.
See https://margo.kuroku.io/gosublime-future?_r=gs for more details.

If you find GoSublime useful and would like to support me and future development of GoSublime,
please donate via one of the available methods on https://margo.sh/donate?_r=gs
please donate via one of the available methods on https://margo.kuroku.io/donate?_r=gs

2 changes: 1 addition & 1 deletion gosubl/about.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import re
import sublime

ANN = 'a18.07.22-1'
ANN = 'a18.07.31-1'
VERSION = 'r18.07.22-1'
VERSION_PAT = re.compile(r'\d{2}[.]\d{2}[.]\d{2}-\d+', re.IGNORECASE)
DEFAULT_GO_VERSION = 'go?'
Expand Down
2 changes: 1 addition & 1 deletion src/disposa.blue/margo/golang/gocode.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ type Gocode struct {
func (g *Gocode) Reduce(mx *mg.Ctx) *mg.State {
st, gx := initGocodeReducer(mx, g)
if v := Version; v.Major >= 1 && v.Minor >= 11 {
return st.AddStatus("see https://margo.sh/b/migrate")
return st.AddStatus("see https://margo.kuroku.io/b/migrate/")
}
if gx == nil || !gx.query.completions {
return st
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ import (

func init() {
margoGocodeEnabled = false
fmt.Fprintln(os.Stderr, "margo: nsf/gocode is not enabled in go1.11. See https://margo.sh/b/migrate/_r=gs")
fmt.Fprintln(os.Stderr, "margo: nsf/gocode is not enabled in go1.11. See https://margo.kuroku.io/b/migrate/?_r=gs")
}

0 comments on commit b5bf300

Please sign in to comment.