Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Simple example

This is a simple example

$ cd /home/gopher
$ mkdir simple
$ cd simple
$ go mod init example.com/simple
go: creating new go.mod: module example.com/simple
$ go list -m
example.com/simple