Moved to my Gitea and made it buildable.

This commit is contained in:
2019-12-29 13:21:05 +05:00
parent a50136d2c5
commit df428b96ce
56 changed files with 106 additions and 106 deletions

View File

@@ -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,10 +30,10 @@ import (
"fmt"
// local
"gitlab.com/pztrn/urtrator/cache"
"gitlab.com/pztrn/urtrator/configuration"
"gitlab.com/pztrn/urtrator/eventer"
"gitlab.com/pztrn/urtrator/timer"
"go.dev.pztrn.name/urtrator/cache"
"go.dev.pztrn.name/urtrator/configuration"
"go.dev.pztrn.name/urtrator/eventer"
"go.dev.pztrn.name/urtrator/timer"
)
var (

View File

@@ -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
@@ -37,7 +37,7 @@ import (
"time"
// local
"gitlab.com/pztrn/urtrator/datamodels"
"go.dev.pztrn.name/urtrator/datamodels"
)
type Pooler struct {

View File

@@ -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