Skip to content

Commit

Permalink
Switch package names after initial import
Browse files Browse the repository at this point in the history
Change-Id: Idf891e1bc4333e69da9535113702d802efd7993d
  • Loading branch information
dims committed Oct 25, 2018
1 parent 23def4e commit 8d5d7e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion glog.go → klog.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
// -vmodule=gopher*=3
// sets the V level to 3 in all Go files whose names begin "gopher".
//
package glog
package klog

import (
"bufio"
Expand Down
2 changes: 1 addition & 1 deletion glog_file.go → klog_file.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

// File I/O for logs.

package glog
package klog

import (
"errors"
Expand Down
2 changes: 1 addition & 1 deletion glog_test.go → klog_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

package glog
package klog

import (
"bytes"
Expand Down

0 comments on commit 8d5d7e9

Please sign in to comment.