Skip to content

triztian/my.binary.project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golang/go: issue #32886

This project reproduces the issue mentioned here in a public way:

What this project aims to achieve if the issue were not present is to switch the implementation of a function based on a build constraint:

When perfoming a build normally:

go build

It should build the cmd/func.go file

When performing a build with the some.constraint.with-dash tag it should build the cmd/func_stub.go file.

go build -tags some.constraint.with-dash

About

A sample Go project to illustrate dotted path issues

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages