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 лет назад
Родитель
Сommit
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) {


Загрузка…
Отмена
Сохранить