forked from x/icebergs
11 lines
192 B
Go
11 lines
192 B
Go
package code
|
|
|
|
import (
|
|
ice "shylinux.com/x/icebergs"
|
|
"shylinux.com/x/icebergs/core/code"
|
|
)
|
|
|
|
var Index = &ice.Context{Name: "github", Help: "github"}
|
|
|
|
func init() { code.Index.Merge(Index) }
|