g := &FSGenerator{
FS: NewWritableDirFS("out"),
}
err := g.Generate(
context.Background(),
PlainFile("README.md", "# drydock"),
Dir("bin",
Dir("cli",
PlainFile("main.go", "package main"),
),
),
Dir("pkg",
PlainFile("README.md", "how to use this thing"),
Dir("cli",
PlainFile("cli.go", "package cli..."),
PlainFile("run.go", "package cli...run..."),
),
),
)-
Notifications
You must be signed in to change notification settings - Fork 0
License
spacefleet-dev/drydock
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published