mirror of
https://github.com/octoleo/syncthing.git
synced 2025-02-08 23:08:27 +00:00
Package level comments
This commit is contained in:
parent
adbd0b1834
commit
ba58e95f6b
2
beacon/doc.go
Normal file
2
beacon/doc.go
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
// Package beacon implements an UDP broadcast beacon
|
||||||
|
package beacon
|
@ -1,3 +1,4 @@
|
|||||||
|
// Package config implements reading and writing of the syncthing configuration file.
|
||||||
package config
|
package config
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// Package lamport implements a simple Lamport Clock for versioning
|
||||||
package lamport
|
package lamport
|
||||||
|
|
||||||
import "sync"
|
import "sync"
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// Package logger implements a standardized logger with callback functionality
|
||||||
package logger
|
package logger
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
2
model/doc.go
Normal file
2
model/doc.go
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
// Package model implements repository abstraction and file pulling mechanisms
|
||||||
|
package model
|
Loading…
x
Reference in New Issue
Block a user