Explorar el Código

Store posts with 13-character IDs

The new IDs will be be served as text/html on write.as, instead of
text/plain.
master
Matt Baer hace 9 años
padre
commit
49f0043470
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      store/store.go

+ 1
- 1
store/store.go Ver fichero

@@ -7,7 +7,7 @@ import (
)

const (
FriendlyIdLen = 12
FriendlyIdLen = 13
)

func SavePost(outDir string, post []byte) (string, error) {


Cargando…
Cancelar
Guardar