microsoft / azure-vhd-utils

Azure VHD utilities.
Other
96 stars 41 forks source link

Fix CLI library deprecation warnings #27

Closed nathanleclaire closed 8 years ago

nathanleclaire commented 8 years ago

Closes https://github.com/Microsoft/azure-vhd-utils-for-go/issues/25

@anuchandy FYI

by the way, you really should run gofmt on your code ;)

(also, Go idiom is to name files with_snake_case.go, e.g. vhd_inspect_cmd_handler.go)

Signed-off-by: Nathan LeClaire nathan.leclaire@gmail.com

anuchandy commented 8 years ago

Thanks @nathanleclaire ..Merging this. thanks for sharing the naming convention for file.

My build file has an entry to run gofmt https://github.com/Microsoft/azure-vhd-utils-for-go/blob/master/build#L25, i may missing something, will check it.

nathanleclaire commented 8 years ago

👍