Il giorno sabato 23 dicembre 2017 19:18:14 UTC+1, Tim Peoples ha scritto:
>
>
> I've noticed a somewhat common practice of people naming their github 
> repositories with a "go-" prefix (and then, of course, subsequently 
> dropping the prefix in the actual package name) -- yet a similar naming 
> scheme doesn't seem to be commonplace among many other languages.
>
> Is this recommended somewhere?  If so, where?
>
> Conversely, is it explicitly discouraged?
>
>
>
The only reason to use the go prefix is when, on the same github account, 
you want to publish an implementation of a protocol (e.g. a client for 
Amazon S3) in multiple programming languages (e.g. go-s3, python-s3, 
rust-s3).


Manlio Perillo

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to