Procházet zdrojové kódy

Merge pull request #42 from aymericbeaumet/patch-1

Make some links clickable in the readme
chore/proposed-structure
Kyle Quest před 6 roky
committed by GitHub
rodič
revize
2082b0ba6e
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      README.md

+ 2
- 2
README.md Zobrazit soubor

@@ -59,7 +59,7 @@ Application dependencies (managed manually or by your favorite dependency manage


Don't commit your application dependencies if you are building a library. Don't commit your application dependencies if you are building a library.


Note that since [`1.13`](https://golang.org/doc/go1.13#modules) Go also enabled the module proxy feature (using `https://proxy.golang.org` as their module proxy server by default). Read more about it [`here`](https://blog.golang.org/module-mirror-launch) to see if it fits all of your requirements and constraints. If it does, then you won't need the 'vendor' directory at all.
Note that since [`1.13`](https://golang.org/doc/go1.13#modules) Go also enabled the module proxy feature (using [`https://proxy.golang.org`](https://proxy.golang.org) as their module proxy server by default). Read more about it [`here`](https://blog.golang.org/module-mirror-launch) to see if it fits all of your requirements and constraints. If it does, then you won't need the 'vendor' directory at all.


## Service Application Directories ## Service Application Directories


@@ -91,7 +91,7 @@ System init (systemd, upstart, sysv) and process manager/supervisor (runit, supe


Scripts to perform various build, install, analysis, etc operations. Scripts to perform various build, install, analysis, etc operations.


These scripts keep the root level Makefile small and simple (e.g., `https://github.com/hashicorp/terraform/blob/master/Makefile`).
These scripts keep the root level Makefile small and simple (e.g., [`https://github.com/hashicorp/terraform/blob/master/Makefile`](https://github.com/hashicorp/terraform/blob/master/Makefile)).


See the [`/scripts`](scripts/README.md) directory for examples. See the [`/scripts`](scripts/README.md) directory for examples.




Načítá se…
Zrušit
Uložit