change import paths

This commit is contained in:
Alexander Weinhold 2018-12-06 16:46:27 +01:00
parent ee46aad5c1
commit 1f5fe236d0
31 changed files with 46 additions and 46 deletions

View File

@ -3,7 +3,7 @@ package main
import ( import (
"net/http" "net/http"
"github.com/wcharczuk/go-chart" "git.gutmet.org/go-chart.git"
) )
func drawChart(res http.ResponseWriter, req *http.Request) { func drawChart(res http.ResponseWriter, req *http.Request) {

View File

@ -3,7 +3,7 @@ package main
import ( import (
"net/http" "net/http"
"github.com/wcharczuk/go-chart" "git.gutmet.org/go-chart.git"
) )
func drawChart(res http.ResponseWriter, req *http.Request) { func drawChart(res http.ResponseWriter, req *http.Request) {

View File

@ -3,7 +3,7 @@ package main
import ( import (
"net/http" "net/http"
"github.com/wcharczuk/go-chart" "git.gutmet.org/go-chart.git"
) )
func drawChart(res http.ResponseWriter, req *http.Request) { func drawChart(res http.ResponseWriter, req *http.Request) {

View File

@ -6,7 +6,7 @@ import (
"net/http" "net/http"
"os" "os"
"github.com/wcharczuk/go-chart" "git.gutmet.org/go-chart.git"
) )
func drawChart(res http.ResponseWriter, req *http.Request) { func drawChart(res http.ResponseWriter, req *http.Request) {

View File

@ -6,8 +6,8 @@ import (
"net/http" "net/http"
"os" "os"
"github.com/wcharczuk/go-chart" "git.gutmet.org/go-chart.git"
"github.com/wcharczuk/go-chart/drawing" "git.gutmet.org/go-chart.git/drawing"
) )
func drawChart(res http.ResponseWriter, req *http.Request) { func drawChart(res http.ResponseWriter, req *http.Request) {

View File

@ -4,7 +4,7 @@ import (
"log" "log"
"net/http" "net/http"
"github.com/wcharczuk/go-chart" "git.gutmet.org/go-chart.git"
) )
func drawChart(res http.ResponseWriter, req *http.Request) { func drawChart(res http.ResponseWriter, req *http.Request) {

View File

@ -8,7 +8,7 @@ import (
"strconv" "strconv"
"time" "time"
"github.com/wcharczuk/go-chart" "git.gutmet.org/go-chart.git"
) )
func random(min, max float64) float64 { func random(min, max float64) float64 {

View File

@ -2,7 +2,7 @@ package main
import ( import (
"fmt" "fmt"
"github.com/wcharczuk/go-chart" "git.gutmet.org/go-chart.git"
"log" "log"
"net/http" "net/http"
) )

View File

@ -4,7 +4,7 @@ import (
"fmt" "fmt"
"net/http" "net/http"
"github.com/wcharczuk/go-chart" "git.gutmet.org/go-chart.git"
) )
func drawChart(res http.ResponseWriter, req *http.Request) { func drawChart(res http.ResponseWriter, req *http.Request) {

View File

@ -3,9 +3,9 @@ package main
import ( import (
"net/http" "net/http"
"github.com/wcharczuk/go-chart" "git.gutmet.org/go-chart.git"
"github.com/wcharczuk/go-chart/drawing" "git.gutmet.org/go-chart.git/drawing"
"github.com/wcharczuk/go-chart/seq" "git.gutmet.org/go-chart.git/seq"
) )
func drawChart(res http.ResponseWriter, req *http.Request) { func drawChart(res http.ResponseWriter, req *http.Request) {

View File

@ -3,7 +3,7 @@ package main
import ( import (
"net/http" "net/http"
"github.com/wcharczuk/go-chart" "git.gutmet.org/go-chart.git"
) )
func drawChart(res http.ResponseWriter, req *http.Request) { func drawChart(res http.ResponseWriter, req *http.Request) {

View File

@ -3,8 +3,8 @@ package main
import ( import (
"net/http" "net/http"
"github.com/wcharczuk/go-chart" "git.gutmet.org/go-chart.git"
"github.com/wcharczuk/go-chart/drawing" "git.gutmet.org/go-chart.git/drawing"
) )
func drawChart(res http.ResponseWriter, req *http.Request) { func drawChart(res http.ResponseWriter, req *http.Request) {

View File

@ -3,7 +3,7 @@ package main
import ( import (
"net/http" "net/http"
"github.com/wcharczuk/go-chart" "git.gutmet.org/go-chart.git"
) )
func drawChart(res http.ResponseWriter, req *http.Request) { func drawChart(res http.ResponseWriter, req *http.Request) {

View File

@ -3,7 +3,7 @@ package main
import ( import (
"net/http" "net/http"
"github.com/wcharczuk/go-chart" "git.gutmet.org/go-chart.git"
) )
func drawChart(res http.ResponseWriter, req *http.Request) { func drawChart(res http.ResponseWriter, req *http.Request) {

View File

@ -4,7 +4,7 @@ import (
"fmt" "fmt"
"log" "log"
"github.com/wcharczuk/go-chart" "git.gutmet.org/go-chart.git"
) )
func main() { func main() {

View File

@ -3,7 +3,7 @@ package main
import ( import (
"net/http" "net/http"
"github.com/wcharczuk/go-chart" "git.gutmet.org/go-chart.git"
) )
func drawChart(res http.ResponseWriter, req *http.Request) { func drawChart(res http.ResponseWriter, req *http.Request) {

View File

@ -3,7 +3,7 @@ package main
import ( import (
"net/http" "net/http"
"github.com/wcharczuk/go-chart" "git.gutmet.org/go-chart.git"
) )
func drawChart(res http.ResponseWriter, req *http.Request) { func drawChart(res http.ResponseWriter, req *http.Request) {

View File

@ -3,8 +3,8 @@ package main
import ( import (
"net/http" "net/http"
"github.com/wcharczuk/go-chart" "git.gutmet.org/go-chart.git"
"github.com/wcharczuk/go-chart/seq" "git.gutmet.org/go-chart.git/seq"
) )
func drawChart(res http.ResponseWriter, req *http.Request) { func drawChart(res http.ResponseWriter, req *http.Request) {

View File

@ -3,8 +3,8 @@ package main
import ( import (
"net/http" "net/http"
"github.com/wcharczuk/go-chart" "git.gutmet.org/go-chart.git"
"github.com/wcharczuk/go-chart/seq" "git.gutmet.org/go-chart.git/seq"
) )
func drawChart(res http.ResponseWriter, req *http.Request) { func drawChart(res http.ResponseWriter, req *http.Request) {

View File

@ -5,7 +5,7 @@ import (
"log" "log"
"net/http" "net/http"
"github.com/wcharczuk/go-chart" "git.gutmet.org/go-chart.git"
) )
func drawChart(res http.ResponseWriter, req *http.Request) { func drawChart(res http.ResponseWriter, req *http.Request) {

View File

@ -3,8 +3,8 @@ package main
import ( import (
"net/http" "net/http"
"github.com/wcharczuk/go-chart" "git.gutmet.org/go-chart.git"
"github.com/wcharczuk/go-chart/seq" "git.gutmet.org/go-chart.git/seq"
) )
func drawChart(res http.ResponseWriter, req *http.Request) { func drawChart(res http.ResponseWriter, req *http.Request) {

View File

@ -7,8 +7,8 @@ import (
"strings" "strings"
"time" "time"
"github.com/wcharczuk/go-chart" "git.gutmet.org/go-chart.git"
util "github.com/wcharczuk/go-chart/util" util "git.gutmet.org/go-chart.git/util"
) )
func parseInt(str string) int { func parseInt(str string) int {

View File

@ -6,9 +6,9 @@ import (
"sync" "sync"
"time" "time"
"github.com/wcharczuk/go-chart/util" "git.gutmet.org/go-chart.git/util"
chart "github.com/wcharczuk/go-chart" chart "git.gutmet.org/go-chart.git"
) )
var lock sync.Mutex var lock sync.Mutex

View File

@ -6,9 +6,9 @@ import (
_ "net/http/pprof" _ "net/http/pprof"
"github.com/wcharczuk/go-chart" "git.gutmet.org/go-chart.git"
"github.com/wcharczuk/go-chart/drawing" "git.gutmet.org/go-chart.git/drawing"
"github.com/wcharczuk/go-chart/seq" "git.gutmet.org/go-chart.git/seq"
) )
func drawChart(res http.ResponseWriter, req *http.Request) { func drawChart(res http.ResponseWriter, req *http.Request) {

View File

@ -3,8 +3,8 @@ package main
import ( import (
"net/http" "net/http"
"github.com/wcharczuk/go-chart" "git.gutmet.org/go-chart.git"
"github.com/wcharczuk/go-chart/seq" "git.gutmet.org/go-chart.git/seq"
) )
func drawChart(res http.ResponseWriter, req *http.Request) { func drawChart(res http.ResponseWriter, req *http.Request) {

View File

@ -5,7 +5,7 @@ import (
"log" "log"
"net/http" "net/http"
"github.com/wcharczuk/go-chart" "git.gutmet.org/go-chart.git"
) )
func drawChart(res http.ResponseWriter, req *http.Request) { func drawChart(res http.ResponseWriter, req *http.Request) {

View File

@ -4,8 +4,8 @@ import (
"net/http" "net/http"
"time" "time"
"github.com/wcharczuk/go-chart" "git.gutmet.org/go-chart.git"
"github.com/wcharczuk/go-chart/drawing" "git.gutmet.org/go-chart.git/drawing"
) )
func drawChart(res http.ResponseWriter, req *http.Request) { func drawChart(res http.ResponseWriter, req *http.Request) {

View File

@ -3,8 +3,8 @@ package main
import ( import (
"net/http" "net/http"
"github.com/wcharczuk/go-chart" "git.gutmet.org/go-chart.git"
"github.com/wcharczuk/go-chart/drawing" "git.gutmet.org/go-chart.git/drawing"
) )
func drawChart(res http.ResponseWriter, req *http.Request) { func drawChart(res http.ResponseWriter, req *http.Request) {

View File

@ -4,7 +4,7 @@ import (
"net/http" "net/http"
"time" "time"
"github.com/wcharczuk/go-chart" "git.gutmet.org/go-chart.git"
) )
func drawChart(res http.ResponseWriter, req *http.Request) { func drawChart(res http.ResponseWriter, req *http.Request) {

View File

@ -4,8 +4,8 @@ import (
"fmt" "fmt"
"net/http" "net/http"
"github.com/wcharczuk/go-chart" "git.gutmet.org/go-chart.git"
util "github.com/wcharczuk/go-chart/util" util "git.gutmet.org/go-chart.git/util"
) )
func drawChart(res http.ResponseWriter, req *http.Request) { func drawChart(res http.ResponseWriter, req *http.Request) {

View File

@ -5,7 +5,7 @@ import (
"log" "log"
"os" "os"
"github.com/wcharczuk/go-chart" "git.gutmet.org/go-chart.git"
) )
func main() { func main() {