• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

akutz / golf / 14 / 1
77%
master: 77%

Build:
DEFAULT BRANCH: master
Ran 08 Sep 2015 10:22PM UTC
Files 1
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

08 Sep 2015 10:20PM UTC coverage: 92.355%. First build
14.1

push

travis-ci

akutz
Go List Fields

Go List Fields (Golf) is a package for the Go language that makes it
incredibly simple to get a list of fields from any type using the Field
Output through Reflective Evaluation function, otherwise known as Fore:

    type Person struct {
        Name string
    }

    p := &Person{"Batman"}

    fields := golf.Fore("hero", p)

    for k,v := range fields {
        fmt.Printf("%s=%v\n", k,v)
    }

The above example will emit the following:

    hero.Name=Batman

A simple example, the true power of Golf is in its configuration
options.

302 of 327 relevant lines covered (92.35%)

4.03 hits per line

Source Files on job 14.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 14
  • Travis Job 14.1
  • 0b41df38 on github
  • Next Job for on master (#19.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc