https://github.com/gobuffalo/tags
HTML tags in Go
https://github.com/gobuffalo/tags
forms front-end gobuffalo golang tags templating
Last synced: about 1 year ago
JSON representation
HTML tags in Go
- Host: GitHub
- URL: https://github.com/gobuffalo/tags
- Owner: gobuffalo
- License: mit
- Created: 2017-01-30T21:06:02.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2023-03-11T10:21:27.000Z (over 3 years ago)
- Last Synced: 2025-03-29T19:05:13.379Z (about 1 year ago)
- Topics: forms, front-end, gobuffalo, golang, tags, templating
- Language: Go
- Homepage:
- Size: 243 KB
- Stars: 53
- Watchers: 8
- Forks: 72
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://github.com/gobuffalo/tags/actions)
[](https://goreportcard.com/report/github.com/gobuffalo/tags)
# Tags
Easily build HTML tags in Go! This package is especially useful when using [http://gobuffalo.io](http://gobuffalo.io).
## Getting Started
### Prerequisites
Tags has a minimum Go dependency of 1.12.0 and is being actively tested against go 1.12 and 1.13.
### Installing
To get this lib just get it via `go get`
```
go get github.com/gobuffalo/tags/...
```
## Running the tests
In order to run the tests you can execute:
```
go test ./...--race
```
## Documentation
Documentation is currently in [this repository Wiki](https://github.com/gobuffalo/tags/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](https://splice.com/blog/contributing-open-source-git-repositories-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](https://https://gobuffalo.io/docs/contributing)