Skip to content

Commit

Permalink
Merge pull request #1 from TheRealSibasishBehera/main
Browse files Browse the repository at this point in the history
initial commit
  • Loading branch information
hellraiser899 authored Feb 25, 2023
2 parents 7e63222 + 28bf69d commit 11de425
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cmd/exporter.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package main

import "fmt"
func main() {
fmt.Println("Starting go-wget .....")
}
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/hellraiser899/go-wget

go 1.19
6 changes: 6 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package main

import "fmt"
func main() {
fmt.Println("welcome to go-wget")
}

0 comments on commit 11de425

Please # to comment.