mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-03-31 17:15:31 +00:00
set DEFAULT_PORT cost as global
This commit is contained in:
parent
ffda3d27e3
commit
b9be89ca0f
3 changed files with 8 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
pub mod error;
|
||||
pub use error::Error;
|
||||
|
||||
use crate::client::DEFAULT_PORT;
|
||||
use crate::DEFAULT_PORT;
|
||||
use gio::NetworkAddress;
|
||||
use glib::{GString, Uri, UriFlags, UriHideFlags};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue