the base
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env -S v -gc none -no-retry-compilation -cc tcc -d use_openssl -enable-globals run
|
||||
|
||||
import freeflowuniverse.crystallib.core.base
|
||||
import freeflowuniverse.herolib.core.base
|
||||
|
||||
pub struct MyClient[T] {
|
||||
base.BaseConfig[T]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env -S v -gc none -no-retry-compilation -cc tcc -d use_openssl -enable-globals run
|
||||
|
||||
import freeflowuniverse.crystallib.core.pathlib
|
||||
import freeflowuniverse.crystallib.core.base
|
||||
import freeflowuniverse.herolib.core.pathlib
|
||||
import freeflowuniverse.herolib.core.base
|
||||
|
||||
pub struct MyClient[T] {
|
||||
base.BaseConfig[T]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env -S v -gc none -no-retry-compilation -cc tcc -d use_openssl -enable-globals run
|
||||
|
||||
import freeflowuniverse.crystallib.core.base
|
||||
import freeflowuniverse.crystallib.develop.gittools
|
||||
import freeflowuniverse.herolib.core.base
|
||||
import freeflowuniverse.herolib.develop.gittools
|
||||
|
||||
pub struct MyClass {
|
||||
base.Base
|
||||
|
||||
Reference in New Issue
Block a user