mirror of
https://github.com/containers/podman.git
synced 2025-11-30 18:18:18 +08:00
* Use vfkit command line assembly * Inject ignition file into guest using http over vsock * Ready notification through use of vsock [NO NEW TESTS NEEDED] Signed-off-by: Brent Baude <bbaude@redhat.com>
7 lines
171 B
Go
7 lines
171 B
Go
/*
|
|
Package gin implements a HTTP web framework called gin.
|
|
|
|
See https://gin-gonic.com/ for more information about gin.
|
|
*/
|
|
package gin // import "github.com/gin-gonic/gin"
|