Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vikyd/gomod-main
Simple Golang main program
https://github.com/vikyd/gomod-main
Last synced: about 9 hours ago
JSON representation
Simple Golang main program
- Host: GitHub
- URL: https://github.com/vikyd/gomod-main
- Owner: vikyd
- Created: 2021-02-04T07:23:02.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-04T07:52:32.000Z (almost 4 years ago)
- Last Synced: 2024-08-03T14:07:55.837Z (3 months ago)
- Language: Go
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gomod-main
An extreme simple Golang main program.
# Run
```sh
# Download me# Run:
go run main.go
# Output: main# Build:
go build
```# go get
If want to test what happens when `go get` a main library in a go mod project:
```sh
go get -x github.com/vikyd/gomod-main
```