go mod init example.com/GoAPI
go get .
go run main.go
OR
go get .
go run .
echo "# GoAPI" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/joaosgomes/GoAPI.git
git push -u origin main
-
Notifications
You must be signed in to change notification settings - Fork 0
GoAPI
joaosgomes/GoAPI
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
GoAPI
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published