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 )
55
66# ssl-game-controller
77
Original file line number Diff line number Diff line change 11package main
22
33import (
4- "github.com/g3force /ssl-game-controller/internal/app/controller"
4+ "github.com/RoboCup-SSL /ssl-game-controller/internal/app/controller"
55 "github.com/gobuffalo/packr"
66 "net/http"
77)
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package controller
22
33import (
44 "encoding/json"
5- "github.com/g3force /ssl-game-controller/pkg/timer"
5+ "github.com/RoboCup-SSL /ssl-game-controller/pkg/timer"
66 "io"
77 "log"
88 "os"
You can’t perform that action at this time.
0 commit comments