index
:
modlist.git
main
refactor
modpack manager for minecraft with server support
fxqnlr
summary
refs
log
blame
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
db
/
mod.rs
blob: b5aed75afeb5779c5278048d5803caa765343093 (
plain
) (
tree
)
96cc525
^
1
2
3
4
5
use std::fs::File; pub fn setup() { File::create("./setuptests").unwrap(); }