Conventions used

There are a number of text conventions used throughout this book.

CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "The parameters include two string arguments, method and path, as well as an echo.HandlerFunc variable for which the resulting request routing match should map."

A block of code is set as follows:

func (e *Echo) Add(method, path string, handler HandlerFunc, middleware ...MiddlewareFunc) *Route {

 

Any command-line input or output is written as follows:

mkdir -p $GOPATH/src/github.com/PacktPublishinggit clone https://github.com/PacktPublishing/Echo-Essentials

Bold: Indicates a new ...

Get Echo Quick Start Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.