Skip to content

gobuffalo/tags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fa76991 · Oct 4, 2019
Oct 3, 2019
Nov 29, 2018
Nov 9, 2018
Mar 5, 2018
Nov 9, 2018
Jan 24, 2018
Mar 19, 2019
Mar 19, 2019
Jan 26, 2018
Jan 26, 2018
Apr 17, 2019
Apr 17, 2019
Jun 27, 2018
Jun 16, 2018
Apr 17, 2019
Sep 18, 2019
Jan 23, 2018
Apr 17, 2019

Repository files navigation

Build Status Go Report Card

Tags

Easily build HTML tags in Go! This package is especially useful when using http://gobuffalo.io.

Getting Started

Prerequisites

Tags has a minimum Go dependency of 1.8.1.

Installing

To get this lib just get it via go get

go get -u -v github.com/gobuffalo/tags/...

Running the tests

In order to run the tests just do it with a regular

go test ./...

Documentation

Documentation is currently in this repository Wiki, you can find there instructions on how to use tags within your app.

Contributing

If you want to contribute, please read this article first: Contributing to Open Source Git Repositories in Go. It shows how to configure your git environment to avoid common pitfalls. This article is recommended to all those who are looking to contribute to any Go projects.

^ Taken from gobuffalo.io

⚠️ Send PRs to development branch

The way we release in Tags is:

  1. We use development branch to accumulate changes to be released
  2. Once we decide to make a release we send a PR from development to master with those changes to be added.
  3. Once that PR gets merged we tag a new release with the vX.X.X scheme.