diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-08-09 10:36:51 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-08-09 15:54:34 +0000 |
commit | 7df49bc677586ec9a1fa5cbb69fe1177d2786db4 (patch) | |
tree | 6ec046bf992465137522d0fa9a1fb5f10d78b0cb /libpod/container_ffjson.go | |
parent | 3a6bd89f64c94c0ccf9c861ea3219daa5c3c68f0 (diff) | |
download | podman-7df49bc677586ec9a1fa5cbb69fe1177d2786db4.tar.gz podman-7df49bc677586ec9a1fa5cbb69fe1177d2786db4.tar.bz2 podman-7df49bc677586ec9a1fa5cbb69fe1177d2786db4.zip |
Add FFJSON generation to makefile
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Closes: #1240
Approved by: rhatdan
Diffstat (limited to 'libpod/container_ffjson.go')
-rw-r--r-- | libpod/container_ffjson.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/container_ffjson.go b/libpod/container_ffjson.go index d843beb48..2af9d63f5 100644 --- a/libpod/container_ffjson.go +++ b/libpod/container_ffjson.go @@ -1,5 +1,5 @@ // Code generated by ffjson <https://github.com/pquerna/ffjson>. DO NOT EDIT. -// source: libpod/container.go +// source: /home/mcs/code/gopath//src/github.com/projectatomic/libpod/libpod/container.go package libpod |