Move all code in subpackage.
This commit is contained in:
parent
95f90e8fce
commit
6315dd2785
9
main.go
Normal file
9
main.go
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
import (
|
||||||
|
"reaction/reaction"
|
||||||
|
)
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
reaction.Main()
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user