1
0
Переглянути джерело

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 9 роки тому
джерело
коміт
49f0043470
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      store/store.go

+ 1
- 1
store/store.go Переглянути файл

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

const (
FriendlyIdLen = 12
FriendlyIdLen = 13
)

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


Завантаження…
Відмінити
Зберегти