remove legal notice caption, leave in doc.go
Vladimir Bauer
9 years ago
| 0 | |
// Copyright (C) 2016-2017 Vladimir Bauer
|
| 1 | |
// Use of this source code is governed by a BSD-style
|
| 2 | |
// license that can be found in the LICENSE file.
|
| 3 | |
|
| 4 | 0 |
package mpb
|
| 5 | 1 |
|
| 6 | 2 |
import (
|
| 0 | |
// Copyright (C) 2016-2017 Vladimir Bauer
|
| 1 | |
// Use of this source code is governed by a BSD-style
|
| 2 | |
// license that can be found in the LICENSE file.
|
| 3 | |
|
| 4 | 0 |
package mpb
|
| 5 | 1 |
|
| 6 | 2 |
import (
|
| 0 | |
// Copyright (C) 2016-2017 Vladimir Bauer
|
| 1 | |
// Use of this source code is governed by a BSD-style
|
| 2 | |
// license that can be found in the LICENSE file.
|
| 3 | |
|
| 4 | 0 |
package mpb
|
| 5 | 1 |
|
| 6 | 2 |
import "fmt"
|
| 0 | |
// Copyright (C) 2016-2017 Vladimir Bauer
|
| 1 | |
// Use of this source code is governed by a BSD-style
|
| 2 | |
// license that can be found in the LICENSE file.
|
| 3 | |
|
| 4 | 0 |
package mpb
|
| 5 | 1 |
|
| 6 | 2 |
import (
|
| 0 | 0 |
//+build go1.7
|
| 1 | |
|
| 2 | |
// Copyright (C) 2016-2017 Vladimir Bauer
|
| 3 | |
// Use of this source code is governed by a BSD-style
|
| 4 | |
// license that can be found in the LICENSE file.
|
| 5 | 1 |
|
| 6 | 2 |
package mpb
|
| 7 | 3 |
|
| 0 | |
// Copyright (C) 2016-2017 Vladimir Bauer
|
| 1 | |
// Use of this source code is governed by a BSD-style
|
| 2 | |
// license that can be found in the LICENSE file.
|
| 3 | |
|
| 4 | 0 |
package mpb
|
| 5 | 1 |
|
| 6 | 2 |
import "io"
|