Skip to content

Beginner-friendly Go project demonstrating application structure, packages, modules & testing. Learn Go fundamentals with a well-organized project layout.

Notifications You must be signed in to change notification settings

sattyamjjain/GoHubX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoHubX

GoHubX is a simple Go project to demonstrate the basics of building and structuring a Go application.

Project Structure

GoHubX/
├── go.mod
├── go.sum
├── greetings
│   ├── greetings.go
│   └── greetings_test.go
└── hello
    └── hello.go

Getting Started

Prerequisites

  • Go 1.16 or later

Installation

  1. Clone the repository:
git clone https://github.com/sattyamjjain/GoHubX.git
cd GoHubX
  1. Tidy up the dependencies:
go mod tidy

Running the Application

go run hello/hello.go

Running the Tests

go test ./greetings

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

About

Beginner-friendly Go project demonstrating application structure, packages, modules & testing. Learn Go fundamentals with a well-organized project layout.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages