File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- ![ travis build] ( https://travis-ci.org/g3force /ssl-game-controller.svg?branch=master " travis build status ")
2
- [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/g3force /ssl-game-controller?style=flat-square )] ( https://goreportcard.com/report/github.com/g3force /ssl-game-controller )
3
- [ ![ Go Doc] ( https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square )] ( http://godoc.org/github.com/g3force /ssl-game-controller )
4
- [ ![ Release] ( https://img.shields.io/github/release/golang-standards/project-layout.svg?style=flat-square )] ( https://github.com/g3force /ssl-game-controller/releases/latest )
1
+ ![ travis build] ( https://travis-ci.org/RoboCup-SSL /ssl-game-controller.svg?branch=master " travis build status ")
2
+ [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/RoboCup-SSL /ssl-game-controller?style=flat-square )] ( https://goreportcard.com/report/github.com/RoboCup-SSL /ssl-game-controller )
3
+ [ ![ Go Doc] ( https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square )] ( http://godoc.org/github.com/RoboCup-SSL /ssl-game-controller )
4
+ [ ![ Release] ( https://img.shields.io/github/release/golang-standards/project-layout.svg?style=flat-square )] ( https://github.com/RoboCup-SSL /ssl-game-controller/releases/latest )
5
5
6
6
# ssl-game-controller
7
7
Original file line number Diff line number Diff line change 1
1
package main
2
2
3
3
import (
4
- "github.com/g3force /ssl-game-controller/internal/app/controller"
4
+ "github.com/RoboCup-SSL /ssl-game-controller/internal/app/controller"
5
5
"github.com/gobuffalo/packr"
6
6
"net/http"
7
7
)
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package controller
2
2
3
3
import (
4
4
"encoding/json"
5
- "github.com/g3force /ssl-game-controller/pkg/timer"
5
+ "github.com/RoboCup-SSL /ssl-game-controller/pkg/timer"
6
6
"io"
7
7
"log"
8
8
"os"
You can’t perform that action at this time.
0 commit comments