Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #63 from Mitchell-Riley/master
Browse files Browse the repository at this point in the history
deprecate code.google.com
  • Loading branch information
quarnster committed Sep 15, 2015
2 parents 6cb0b1c + 973ceda commit ab739d3
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,7 @@ language: go
go: 1.1

install:
- go get -d code.google.com/p/log4go
- go get -d github.com/limetext/log4go
- go get -d github.com/quarnster/parser
- go get -d github.com/quarnster/util
- go get -d gopkg.in/fsnotify.v1
Expand Down
2 changes: 1 addition & 1 deletion clang/clang.go
@@ -1,7 +1,7 @@
package clang

import (
"code.google.com/p/log4go"
"github.com/limetext/log4go"
"fmt"
cp "github.com/quarnster/completion/clang/parser"
"github.com/quarnster/completion/content"
Expand Down
2 changes: 1 addition & 1 deletion clang/libclang/complete.go
Expand Up @@ -4,7 +4,7 @@ package libclang

import (
"bytes"
"code.google.com/p/log4go"
"github.com/limetext/log4go"
"fmt"
"github.com/quarnster/completion/content"
"github.com/sbinet/go-clang"
Expand Down
2 changes: 1 addition & 1 deletion clang/libclang/translationunitcache.go
Expand Up @@ -3,7 +3,7 @@
package libclang

import (
"code.google.com/p/log4go"
"github.com/limetext/log4go"
"github.com/quarnster/completion/util/expand_path"
"github.com/sbinet/go-clang"
"reflect"
Expand Down
2 changes: 1 addition & 1 deletion daemon.go
@@ -1,7 +1,7 @@
package main

import (
"code.google.com/p/log4go"
"github.com/limetext/log4go"
"flag"
"github.com/quarnster/completion/clang"
"github.com/quarnster/completion/content"
Expand Down
2 changes: 1 addition & 1 deletion daemon_test.go
@@ -1,7 +1,7 @@
package main

import (
"code.google.com/p/log4go"
"github.com/limetext/log4go"
"encoding/json"
"fmt"
"github.com/quarnster/completion/content"
Expand Down
2 changes: 1 addition & 1 deletion dwarf/dwarf.go
@@ -1,7 +1,7 @@
package dwarf

import (
"code.google.com/p/log4go"
"github.com/limetext/log4go"
"debug/dwarf"
"debug/macho"
"errors"
Expand Down
2 changes: 1 addition & 1 deletion editor/install.go
Expand Up @@ -3,7 +3,7 @@ package editor
import (
"archive/zip"
"bytes"
"code.google.com/p/log4go"
"github.com/limetext/log4go"
"fmt"
"io"
"os"
Expand Down
2 changes: 1 addition & 1 deletion go/complete.go
Expand Up @@ -4,7 +4,7 @@ package goo

import (
"code.google.com/p/go.tools/go/types"
"code.google.com/p/log4go"
"github.com/limetext/log4go"
"github.com/quarnster/completion/content"
// "go/ast"
// "go/parser"
Expand Down
2 changes: 1 addition & 1 deletion install.go
@@ -1,7 +1,7 @@
package main

import (
"code.google.com/p/log4go"
"github.com/limetext/log4go"
"flag"
"github.com/quarnster/completion/editor"
_ "github.com/quarnster/completion/editor/sublime"
Expand Down
2 changes: 1 addition & 1 deletion java/archive.go
Expand Up @@ -2,7 +2,7 @@ package java

import (
"archive/zip"
"code.google.com/p/log4go"
"github.com/limetext/log4go"
"errors"
"fmt"
"io/ioutil"
Expand Down
2 changes: 1 addition & 1 deletion java/java.go
Expand Up @@ -2,7 +2,7 @@ package java

import (
"bytes"
"code.google.com/p/log4go"
"github.com/limetext/log4go"
"errors"
"github.com/quarnster/completion/content"
"reflect"
Expand Down
2 changes: 1 addition & 1 deletion main.go
@@ -1,7 +1,7 @@
package main

import (
"code.google.com/p/log4go"
"github.com/limetext/log4go"
"github.com/robmerrell/comandante"
"os"
"time"
Expand Down
2 changes: 1 addition & 1 deletion net/assembly.go
Expand Up @@ -7,7 +7,7 @@ package net
// http://www.ecma-international.org/publications/standards/Ecma-335.htm

import (
"code.google.com/p/log4go"
"github.com/limetext/log4go"
"errors"
"fmt"
"github.com/quarnster/completion/content"
Expand Down
2 changes: 1 addition & 1 deletion net/cache.go
Expand Up @@ -2,7 +2,7 @@ package net

import (
"bytes"
"code.google.com/p/log4go"
"github.com/limetext/log4go"
"errors"
"fmt"
"github.com/quarnster/completion/content"
Expand Down
2 changes: 1 addition & 1 deletion net/net.go
@@ -1,7 +1,7 @@
package net

import (
"code.google.com/p/log4go"
"github.com/limetext/log4go"
"fmt"
"github.com/quarnster/completion/content"
"github.com/quarnster/completion/net/csharp"
Expand Down
2 changes: 1 addition & 1 deletion net/net_test.go
@@ -1,7 +1,7 @@
package net

import (
"code.google.com/p/log4go"
"github.com/limetext/log4go"
"fmt"
"github.com/quarnster/completion/content"
"github.com/quarnster/completion/net/csharp"
Expand Down
2 changes: 1 addition & 1 deletion net/typedef.go
@@ -1,7 +1,7 @@
package net

import (
"code.google.com/p/log4go"
"github.com/limetext/log4go"
"errors"
"fmt"
"github.com/quarnster/completion/content"
Expand Down
2 changes: 1 addition & 1 deletion util/expand_path/manual.go
Expand Up @@ -2,7 +2,7 @@ package expand_path

import (
"bytes"
"code.google.com/p/log4go"
"github.com/limetext/log4go"
"github.com/quarnster/parser"
"os"
"os/user"
Expand Down
2 changes: 1 addition & 1 deletion util/log.go
@@ -1,6 +1,6 @@
package util

import "code.google.com/p/log4go"
import "github.com/limetext/log4go"

func init() {
log4go.AddFilter("stdout", log4go.WARNING, log4go.NewConsoleLogWriter())
Expand Down

0 comments on commit ab739d3

Please sign in to comment.