1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-25 17:18:05 +08:00
icebergs/misc/github/github.go
2023-10-19 21:07:52 +08:00

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) }