2014

Remove page b
article thumbnail

7 Common mistakes in Go and when to avoid them

SPF13

Passes Implementation Details Down The Stack func (p *Page) Plain() string { return helpers.StripHTML(string(p.Content)) }. func (p *Page) Plain() string { return helpers.StripHTML(p.Content()) } Implementation Details Abstracted With A Method. Mistake 2: Thinking Of Errors As Strings.

Examples 260
article thumbnail

Learning NSX, Part 17: Adding External L2 Connectivity

Scott Lowe

Links to all the posts in the series are available on the Learning NVP/NSX page ; in particular, this post will leverage content from part 6. To create an L2 gateway service, follow these steps from within NSX Manager: From the menu across the top of the NSX Manager page, select Network Components > Services > Gateway Services.