Sfoglia il codice sorgente

Update branch names in interal/README

Change branch names from `master` to `main` for projects that changed their branch names
chore/proposed-structure
Chris Novak 3 anni fa
committed by GitHub
parent
commit
a670b62570
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. +3
    -3
      internal/README.md

+ 3
- 3
internal/README.md Vedi File

@@ -6,12 +6,12 @@ You can optionally add a bit of extra structure to your internal packages to sep

Examples:

* https://github.com/hashicorp/terraform/tree/master/internal
* https://github.com/hashicorp/terraform/tree/main/internal
* https://github.com/influxdata/influxdb/tree/master/internal
* https://github.com/perkeep/perkeep/tree/master/internal
* https://github.com/jaegertracing/jaeger/tree/master/internal
* https://github.com/jaegertracing/jaeger/tree/main/internal
* https://github.com/moby/moby/tree/master/internal
* https://github.com/satellity/satellity/tree/master/internal
* https://github.com/satellity/satellity/tree/main/internal

## `/internal/pkg`



Caricamento…
Annulla
Salva