Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use go mod and separate packages #21

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

migueleliasweb
Copy link

@migueleliasweb migueleliasweb commented Mar 21, 2021

The purposed new structure looks like this:

Changes:

.
├── computer.csv
├── docker-compose.yml
├── Dockerfile
├── go.mod
├── go.sum
├── internal
│   ├── repository
│   │   ├── data.go
│   │   └── types.go
│   └── wol
│       └── wol.go
├── LICENSE
├── main.go
├── pages
│   └── index.html
├── pkg
│   ├── cmd
│   │   ├── const.go
│   │   ├── envVars.go
│   │   └── shellArgs.go
│   └── http
│       └── handler
│           ├── pages.go
│           ├── rest.go
│           └── types.go
├── README.md
├── screenshot.PNG
└── VERSION

@migueleliasweb
Copy link
Author

Regarding #20

@migueleliasweb migueleliasweb force-pushed the use-go-mod-and-modules branch from db16d2a to c97ce17 Compare March 21, 2021 07:30
@migueleliasweb migueleliasweb force-pushed the use-go-mod-and-modules branch from 3da8435 to e7dd269 Compare March 21, 2021 07:42
@migueleliasweb
Copy link
Author

Related to: sabhiram/go-wol#20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant