Skip to content

Commit

Permalink
update gopath
Browse files Browse the repository at this point in the history
  • Loading branch information
wenweihu86 committed Oct 27, 2017
1 parent c3cd88a commit f0843b1
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 12 deletions.
2 changes: 1 addition & 1 deletion adhandler/click_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package adhandler
import (
"github.com/valyala/fasthttp"
"strconv"
"ad-server/adserver"
"github.com/wenweihu86/ad-server/adserver"
"encoding/base64"
"fmt"
"net/url"
Expand Down
2 changes: 1 addition & 1 deletion adhandler/conversion_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package adhandler
import (
"github.com/valyala/fasthttp"
"strconv"
"ad-server/adserver"
"github.com/wenweihu86/ad-server/adserver"
"encoding/base64"
"fmt"
"net/url"
Expand Down
2 changes: 1 addition & 1 deletion adhandler/impression_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package adhandler
import (
"github.com/valyala/fasthttp"
"strconv"
"ad-server/adserver"
"github.com/wenweihu86/ad-server/adserver"
"encoding/base64"
"fmt"
"net/url"
Expand Down
2 changes: 1 addition & 1 deletion adhandler/search_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"strconv"
"time"
"math/rand"
"ad-server/adserver"
"github.com/wenweihu86/ad-server/adserver"
"strings"
"fmt"
"bytes"
Expand Down
2 changes: 1 addition & 1 deletion adserver/location_dict.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"bufio"
"strconv"
"sort"
"ad-server/utils"
"github.com/wenweihu86/ad-server/utils"
"time"
)

Expand Down
21 changes: 18 additions & 3 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import:
- package: github.com/spf13/viper
- package: golang.org/x/sys
subpackages:
- /unix
- unix
- package: golang.org/x/text
subpackages:
- /transform
- transform
- package: github.com/valyala/fasthttp
4 changes: 2 additions & 2 deletions main/main.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package main

import (
"ad-server/adserver"
"ad-server/adhandler"
"github.com/wenweihu86/ad-server/adserver"
"github.com/wenweihu86/ad-server/adhandler"
"os"
"github.com/valyala/fasthttp"
"strconv"
Expand Down

0 comments on commit f0843b1

Please sign in to comment.