File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
disposa.blue/margo/golang
gosublime/something-borrowed/gocode Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
4
4
5
5
nsf/gocode is not enabled in go1.11.
6
- Try migrating to GoSublime's development branch https://margo.sh /b/migrate/?_r=gs
6
+ Try migrating to GoSublime's development branch https://margo.kuroku.io /b/migrate/?_r=gs
7
7
8
8
9
9
10
10
** Donate:**
11
11
12
12
Help shape the future of margo and GoSublime.
13
- See https://margo.sh /gosublime-future?_r=gs for more details.
13
+ See https://margo.kuroku.io /gosublime-future?_r=gs for more details.
14
14
15
15
If you find GoSublime useful and would like to support me and future development of GoSublime,
16
- please donate via one of the available methods on https://margo.sh /donate?_r=gs
16
+ please donate via one of the available methods on https://margo.kuroku.io /donate?_r=gs
17
17
Original file line number Diff line number Diff line change 1
1
import re
2
2
import sublime
3
3
4
- ANN = 'a18.07.22 -1'
4
+ ANN = 'a18.07.31 -1'
5
5
VERSION = 'r18.07.22-1'
6
6
VERSION_PAT = re .compile (r'\d{2}[.]\d{2}[.]\d{2}-\d+' , re .IGNORECASE )
7
7
DEFAULT_GO_VERSION = 'go?'
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ type Gocode struct {
42
42
func (g * Gocode ) Reduce (mx * mg.Ctx ) * mg.State {
43
43
st , gx := initGocodeReducer (mx , g )
44
44
if v := Version ; v .Major >= 1 && v .Minor >= 11 {
45
- return st .AddStatus ("see https://margo.sh /b/migrate" )
45
+ return st .AddStatus ("see https://margo.kuroku.io /b/migrate/ " )
46
46
}
47
47
if gx == nil || ! gx .query .completions {
48
48
return st
Original file line number Diff line number Diff line change 9
9
10
10
func init () {
11
11
margoGocodeEnabled = false
12
- fmt .Fprintln (os .Stderr , "margo: nsf/gocode is not enabled in go1.11. See https://margo.sh /b/migrate/_r=gs" )
12
+ fmt .Fprintln (os .Stderr , "margo: nsf/gocode is not enabled in go1.11. See https://margo.kuroku.io /b/migrate/? _r=gs" )
13
13
}
You can’t perform that action at this time.
0 commit comments