# Conventions

# Code

var myCar Car
if err = json.Unmarshal(body, &myCar); err != nil {
	return myCar{}, err
}

# Command

this is a command

# Note

This is a note

# Information

Information

this should be an information

# Warning

Warning

this should be a warning