package node // GetNodeInfo returns information about this node func GetNodeInfo() (*Node, error) { node, err := index() return node, err }