This website requires JavaScript.
Explore
Help
Sign In
tyler
/
deb-simple
Watch
1
Star
0
Fork
You've already forked deb-simple
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
331e7e0296
deb-simple
/
main
/
main.go
9 lines
91 B
Go
Raw
Normal View
History
Unescape
Escape
Initial commit
2017-06-11 06:14:13 +00:00
package
main
Fix directory structure for drone
2018-10-14 08:14:17 +00:00
import
(
"gitea.meow.tf/tyler/deb-simple"
)
Initial commit
2017-06-11 06:14:13 +00:00
func
main
(
)
{
Move data into src, cached package structure
2017-06-11 07:18:59 +00:00
simple
.
Start
(
)
}