Add basic go application and remove python code
This commit is contained in:
parent
345e7697ff
commit
377e57ee43
25 changed files with 57 additions and 3591 deletions
4
main.go
Normal file
4
main.go
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
package main
|
||||
|
||||
func main() {
|
||||
}
|
||||
Loading…
Reference in a new issue