docker icon indicating copy to clipboard operation
docker copied to clipboard

Cr daemon

Open boucher opened this issue 10 years ago • 2 comments

boucher avatar May 24 '15 22:05 boucher

@boucher When I compile your cr-daemon branch, it gives me the These files are not properly gofmt'd:

  • daemon/checkpoint.go
  • daemon/container.go
  • daemon/state.go
  • runconfig/restore.go

Please reformat the above files using "gofmt -s -w" and commit t he result.

I can bypass this issue by comment out some line in hack/make.sh. However you may consider reformat it. My gofmt setup has some problem and could not resolve all the format error.

  • Hui

huikang avatar May 26 '15 22:05 huikang

@huikang Should be resolved now

boucher avatar May 26 '15 22:05 boucher