10 Commits

Author SHA1 Message Date
Arkadiusz Drabczyk
13f3654146 Convert github.com/golang/go/wiki links to go.dev/wiki
Go wiki has moved https://github.com/golang/go/issues/61940. Wiki at
github.com/golang/go/wiki does not automatically move to go.dev/wiki
but says that wiki has moved.

I used the following shell one-liner to convert all links:

    $ find . -type f -print0 | xargs -0 sed -i 's,github.com/golang/go/wiki,go.dev/wiki,g'

To verify if they return 200:

    $ ag -a --nofilename -o 'https?.+wiki/.+?\b' | sort | uniq | xargs curl -sI
    HTTP/2 200
    (...)
    HTTP/2 200
2024-06-23 22:16:17 +02:00
Kyle Quest
4c9184a207
Update README.md 2024-01-24 18:18:33 -08:00
Kyle Quest
6a5696718b
Update README.md 2024-01-24 18:17:25 -08:00
Zidni Mubarok
a156be9f5c
Update /vendor/README.md
since the vendor already stable since 1.5, update the doc to remove the note on vendor still experiment.
2023-11-09 20:03:33 +07:00
Kyle Quest
e80708dcab Dapr examples for cmd, docs, pkg and tools 2019-10-17 22:36:47 -07:00
Kyle Quest
7d1eb50f73 Go modules references 2019-09-27 19:05:05 -07:00
FantasticFiasco
ce7e42ca18
chore: remove unnecessary .keep files
'.keep' files where committed early on to build a directory structure. Since then other files have been added to those directories, making
them unnecessary.
2019-07-17 00:22:40 +02:00
Kyle Quest
e70d4ff750 added a reference for a vendoring tool 2018-06-27 21:05:15 -07:00
Kyle Quest
6298595c9e more notes and notes in major directories 2018-03-24 15:55:43 -07:00
Kyle Quest
5462e30de8 initial directory layout 2017-09-09 13:10:53 -07:00