Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deps ¶
type Deps struct { Pkgs []string Deps map[string]map[string]string // contains filtered or unexported fields }
Deps is a struct that contains all the dependencies for the Glojure application.
func (*Deps) Embed ¶
Embed generates an gljembed.go file that embeds the directories from gljdeps.edn's pkgs and adds them to the Glojure load path when imported.
Click to show internal directories.
Click to hide internal directories.