← All code files

go.mod

A Go module file declaring the module path and Go version.

module github.com/you/myapp

go 1.23

require (
	github.com/gin-gonic/gin v1.10.0
)

About this tool

A Go module file declaring the module path and Go version.

Ready-to-use go.mod — view the content, copy it, or download it with the correct filename. Free and 100% in your browser.