Skip to content

Commit 8736bcc

Browse files
committed
Prepare project
1 parent 3d015b7 commit 8736bcc

7 files changed

Lines changed: 10 additions & 12 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# add all your cmd/<things> in here
2-
TARGETS = executable
2+
TARGETS = exodus-server exodus-client
33

44

55
CMD_DIR := ./cmd

cmd/exodus-server/main.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package main
2+
3+
import "fmt"
4+
5+
func main() {
6+
fmt.Println("Hello, World!")
7+
}

docs/README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1 @@
1-
# Goose
2-
3-
A barebone Golang template for when I (personally) start a new project.
4-
5-
When using this, don't forget to modify the following:
6-
7-
- [ ] LICENSE
8-
- [ ] docs/README.md
9-
- [ ] go.mod
10-
- [ ] cmd/
1+
# Exodus

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module cpl.li/go/goose
1+
module cpl.li/go/exodus
22

33
go 1.13

internal/removeme.txt

Whitespace-only changes.

pkg/removeme.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)