Skip to content

geyslan/go-modules-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Modules Test

This is a test project to validate Go module replace directives behavior when modules are used as third-party dependencies.

Structure

  • types/ - Basic types module
  • utils/ - Utilities module that depends on types
  • main.go - Main application using both modules

Testing Replace Directives

This project demonstrates:

  1. Local replace directives for development
  2. How submodules work when imported by third parties (replace directives are ignored)

Usage

go run main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages