Moved to my Gitea and made it buildable.
This commit is contained in:
4
cache/cache_object.go
vendored
4
cache/cache_object.go
vendored
@@ -1,7 +1,7 @@
|
||||
// URTrator - Urban Terror server browser and game launcher, written in
|
||||
// Go.
|
||||
//
|
||||
// Copyright (c) 2016-2018, Stanslav N. a.k.a pztrn (or p0z1tr0n) and
|
||||
// Copyright (c) 2016-2020, Stanslav N. a.k.a pztrn (or p0z1tr0n) and
|
||||
// URTrator contributors.
|
||||
//
|
||||
// Permission is hereby granted, free of charge, to any person obtaining
|
||||
@@ -31,7 +31,7 @@ import (
|
||||
"sync"
|
||||
|
||||
// local
|
||||
"gitlab.com/pztrn/urtrator/cachemodels"
|
||||
"go.dev.pztrn.name/urtrator/cachemodels"
|
||||
)
|
||||
|
||||
type Cache struct {
|
||||
|
6
cache/cache_profiles.go
vendored
6
cache/cache_profiles.go
vendored
@@ -1,7 +1,7 @@
|
||||
// URTrator - Urban Terror server browser and game launcher, written in
|
||||
// Go.
|
||||
//
|
||||
// Copyright (c) 2016-2018, Stanslav N. a.k.a pztrn (or p0z1tr0n) and
|
||||
// Copyright (c) 2016-2020, Stanslav N. a.k.a pztrn (or p0z1tr0n) and
|
||||
// URTrator contributors.
|
||||
//
|
||||
// Permission is hereby granted, free of charge, to any person obtaining
|
||||
@@ -31,8 +31,8 @@ import (
|
||||
"strconv"
|
||||
|
||||
// local
|
||||
"gitlab.com/pztrn/urtrator/cachemodels"
|
||||
"gitlab.com/pztrn/urtrator/datamodels"
|
||||
"go.dev.pztrn.name/urtrator/cachemodels"
|
||||
"go.dev.pztrn.name/urtrator/datamodels"
|
||||
)
|
||||
|
||||
func (c *Cache) CreateProfile(name string) {
|
||||
|
6
cache/cache_servers.go
vendored
6
cache/cache_servers.go
vendored
@@ -1,7 +1,7 @@
|
||||
// URTrator - Urban Terror server browser and game launcher, written in
|
||||
// Go.
|
||||
//
|
||||
// Copyright (c) 2016-2018, Stanslav N. a.k.a pztrn (or p0z1tr0n) and
|
||||
// Copyright (c) 2016-2020, Stanslav N. a.k.a pztrn (or p0z1tr0n) and
|
||||
// URTrator contributors.
|
||||
//
|
||||
// Permission is hereby granted, free of charge, to any person obtaining
|
||||
@@ -30,8 +30,8 @@ import (
|
||||
"fmt"
|
||||
|
||||
// local
|
||||
"gitlab.com/pztrn/urtrator/cachemodels"
|
||||
"gitlab.com/pztrn/urtrator/datamodels"
|
||||
"go.dev.pztrn.name/urtrator/cachemodels"
|
||||
"go.dev.pztrn.name/urtrator/datamodels"
|
||||
)
|
||||
|
||||
func (c *Cache) CreateServer(addr string) {
|
||||
|
6
cache/exported.go
vendored
6
cache/exported.go
vendored
@@ -1,7 +1,7 @@
|
||||
// URTrator - Urban Terror server browser and game launcher, written in
|
||||
// Go.
|
||||
//
|
||||
// Copyright (c) 2016-2018, Stanslav N. a.k.a pztrn (or p0z1tr0n) and
|
||||
// Copyright (c) 2016-2020, Stanslav N. a.k.a pztrn (or p0z1tr0n) and
|
||||
// URTrator contributors.
|
||||
//
|
||||
// Permission is hereby granted, free of charge, to any person obtaining
|
||||
@@ -27,8 +27,8 @@ package cache
|
||||
|
||||
import (
|
||||
// local
|
||||
"gitlab.com/pztrn/urtrator/database"
|
||||
event "gitlab.com/pztrn/urtrator/eventer"
|
||||
"go.dev.pztrn.name/urtrator/database"
|
||||
event "go.dev.pztrn.name/urtrator/eventer"
|
||||
)
|
||||
|
||||
var (
|
||||
|
Reference in New Issue
Block a user