-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdoc.go
28 lines (20 loc) · 996 Bytes
/
doc.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// This file is part of graze/golang-service
//
// Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com>
//
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.
//
// license: https://github.com/graze/golang-service/blob/master/LICENSE
// link: https://github.com/graze/golang-service
/*
Package golangservice is a set of packages to help with creating services using golang for logging and testing
golangservice contains the following packages:
The log package provides some logging helpers for structured contextual logs
The metrics package prodives helpers for statsd
The handlers package provides a set of handlers that handle http.Request log the results
The nettest package provides a set of helpers for use when testing networks
The validate package provides input validation for user requests
The pagination package provides a helper for managing paginated resources
*/
package golangservice