File tree 5 files changed +9
-5
lines changed
5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
- package main
5
+ package main // import "golang.org/x/tour/gotour"
6
6
7
7
import (
8
8
"bytes"
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
- package pic
5
+ package pic // import "golang.org/x/tour/pic"
6
6
7
7
import (
8
8
"bytes"
Original file line number Diff line number Diff line change 1
- package reader
1
+ // Copyright 2014 The Go Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style
3
+ // license that can be found in the LICENSE file.
4
+
5
+ package reader // import "golang.org/x/tour/reader"
2
6
3
7
import (
4
8
"fmt"
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
- package tree
5
+ package tree // import "golang.org/x/tour/tree"
6
6
7
7
import (
8
8
"fmt"
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
- package wc
5
+ package wc // import "golang.org/x/tour/wc"
6
6
7
7
import "fmt"
8
8
You can’t perform that action at this time.
0 commit comments