Skip to content

Commit

Permalink
editing habitat build
Browse files Browse the repository at this point in the history
testing hab build

Signed-off-by: Sean Simmons <[email protected]>
  • Loading branch information
sean-simmons-progress committed Oct 17, 2024
1 parent 35138a4 commit ba80e86
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 19 deletions.
19 changes: 0 additions & 19 deletions habitat/config/client.rb

This file was deleted.

3 changes: 3 additions & 0 deletions habitat/src/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module app

go 1.22
10 changes: 10 additions & 0 deletions habitat/src/main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package main

import (
"fmt"
)


func main() {
fmt.Println("Hello World!! I am a custom Go application packaged with Habitat.");
}

0 comments on commit ba80e86

Please sign in to comment.