/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
go/kbfs/sysutils/errors.go
13 строк
372 B
John Zila
setup the base read tree
14 дек 2018, 03:11
14 дек 2018, 03:11
3fb26e9
Код
Авторство
О чём код?
// Copyright 2017 Keybase Inc. All rights reserved. // Use of this source code is governed by a BSD // license that can be found in the LICENSE file. package sysutils // NotImplementedError is returned on platforms where GetExecPathFromPID is not // implemented. type NotImplementedError struct{} func (NotImplementedError) Error() string { return "not implemented" }