This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
AI
/
VehicleClassification
Obserwuj
3
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Gałąź:
master
Gałęzie
Tagi
master
VehicleClass...
/
AIT
/
global
/
global.go
global.go
105 B
Bezpośredni odnośnik
Historia
Czysty
1
2
3
4
5
6
7
8
9
10
11
package global
import (
"AIT/config"
"gorm.io/gorm"
)
var (
Config config.Config
Db *gorm.DB
)