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.
- Host: GitHub
- URL: https://github.com/hapoon/godfp
- Owner: hapoon
- License: mit
- Created: 2017-07-14T15:23:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-03T07:26:54.000Z (almost 9 years ago)
- Last Synced: 2024-06-20T10:04:21.569Z (almost 2 years ago)
- Topics: dfp, doubleclick-for-publishers, go
- Language: Go
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
godfp
==========
[](https://godoc.org/github.com/hapoon/godfp)
[](https://travis-ci.org/hapoon/godfp)
[](https://coveralls.io/github/hapoon/godfp?branch=master)[](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)