-
Notifications
You must be signed in to change notification settings - Fork 79
/
doc.go
21 lines (20 loc) · 805 Bytes
/
doc.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Copyright 2019-2024 go-gtp authors. All rights reserved.
// Use of this source code is governed by a MIT-style license that can be
// found in the LICENSE file.
// Package gtp provides simple and painless handling of GTP (GPRS Tunneling Protocol).
//
// This package is the wrapper for all versions of GTP. Please see the godocs of each version instead.
//
// GTPv0: https://pkg.go.dev/github.com/wmnsk/go-gtp/v0
//
// GTPv1: https://pkg.go.dev/github.com/wmnsk/go-gtp/v1
//
// GTPv2: https://pkg.go.dev/github.com/wmnsk/go-gtp/v2
//
// Please also see README.md for detailed usage of the APIs provided by this package,
// as well as how to run the examples.
//
// https://github.com/wmnsk/go-gtp/blob/master/README.md
//
// https://github.com/wmnsk/go-gtp/tree/master/examples/gw-tester
package gtp