File: readme.md

package info (click to toggle)
golang-github-facebookgo-structtag 0.0~git20150214.217e25f-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 76 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 437 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
structtag [![Build Status](https://secure.travis-ci.org/facebookgo/structtag.png)](https://travis-ci.org/facebookgo/structtag)
=========

This is taken from the Go standard library but modified to return a boolean
indicating if a struct tag was found or not to allow differentiating an empty
struct tag from a non existing struct tag.

License: http://golang.org/LICENSE

Documentation: https://godoc.org/github.com/facebookgo/structtag