This website requires JavaScript.
Explore
Help
Sign In
scip
/
io-exporter
Watch
1
Star
0
Fork
0
You've already forked io-exporter
mirror of
https://codeberg.org/scip/io-exporter.git
synced
2025-12-16 20:11:00 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ff8cf98fa4564553d65c64905e73cab4ff1eeb15
io-exporter
/
main.go
8 lines
85 B
Go
Raw
Normal View
History
Unescape
Escape
initial commit
2025-10-20 16:05:33 +02:00
package
main
move to codeberg (#1) Co-authored-by: Thomas von Dein <tom@vondein.org> Reviewed-on: https://codeberg.org/scip/io-exporter/pulls/1
2025-10-31 22:29:44 +01:00
import
"codeberg.org/scip/io-exporter/cmd"
initial commit
2025-10-20 16:05:33 +02:00
func
main
(
)
{
refactored for easier mainenance, add Alloc and Metrics classes
2025-10-21 09:41:18 +02:00
cmd
.
Run
(
)
initial commit
2025-10-20 16:05:33 +02:00
}
Reference in New Issue
Copy Permalink