An open API service indexing awesome lists of open source software.

https://github.com/hapoon/godfp

Go's library for DoubleClick for Publishers.
https://github.com/hapoon/godfp

dfp doubleclick-for-publishers go

Last synced: 5 months ago
JSON representation

Go's library for DoubleClick for Publishers.

Awesome Lists containing this project

README

          

godfp
==========
[![GoDoc](https://godoc.org/github.com/hapoon/godfp?status.png)](https://godoc.org/github.com/hapoon/godfp)
[![Build Status](https://travis-ci.org/hapoon/godfp.svg?branch=master)](https://travis-ci.org/hapoon/godfp)
[![Coverage Status](https://coveralls.io/repos/github/hapoon/godfp/badge.svg?branch=master)](https://coveralls.io/github/hapoon/godfp?branch=master)[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://raw.githubusercontent.com/hapoon/godfp/master/LICENSE)

`godfp` is a library for DoubleClick for Publishers.

## Installation

Make sure that Go is installed on your computer. Type the following command in your terminal:

`go get gopkg.in/hapoon/godfp.v1`

After it the package is ready to use.

Add following line in your `*.go` file:

```go
import "gopkg.in/hapoon/godfp.v1"
```

## Usage

## License

[MIT License](LICENSE)